├── .github └── renovate.json ├── .gitignore ├── LICENSE ├── README.md ├── catalog-info.yml ├── pom.xml └── src └── main └── resources └── org └── oasis-open └── ubl └── examples ├── MyTransportationStatus.json ├── MyTransportationStatus.xml ├── UBL-BusinessCard-2.2-Example.xml ├── UBL-CreditNote-2.0-Example.json ├── UBL-CreditNote-2.0-Example.xml ├── UBL-CreditNote-2.1-Example.json ├── UBL-CreditNote-2.1-Example.xml ├── UBL-DebitNote-2.1-Example.json ├── UBL-DebitNote-2.1-Example.xml ├── UBL-DespatchAdvice-2.0-Example.json ├── UBL-DespatchAdvice-2.0-Example.xml ├── UBL-DigitalAgreement-2.2-Example-Multilateral.xml ├── UBL-DigitalAgreement-2.2-Example.xml ├── UBL-DigitalCapability-2.2-Example.xml ├── UBL-ExceptionCriteria-2.1-Example.json ├── UBL-ExceptionCriteria-2.1-Example.xml ├── UBL-ExceptionNotification-2.1-Example.json ├── UBL-ExceptionNotification-2.1-Example.xml ├── UBL-ExpressionOfInterestRequest-2.2-Example.xml ├── UBL-Forecast-2.1-Example.json ├── UBL-Forecast-2.1-Example.xml ├── UBL-ForecastRevision-2.1-Example.json ├── UBL-ForecastRevision-2.1-Example.xml ├── UBL-ForwardingInstructions-2.0-Example-International.json ├── UBL-ForwardingInstructions-2.0-Example-International.xml ├── UBL-FreightInvoice-2.1-Example.json ├── UBL-FreightInvoice-2.1-Example.xml ├── UBL-FulfilmentCancellation-2.1-Example.json ├── UBL-FulfilmentCancellation-2.1-Example.xml ├── UBL-GoodsItemItinerary-2.1-Example.json ├── UBL-GoodsItemItinerary-2.1-Example.xml ├── UBL-InstructionForReturns-2.1-Example.json ├── UBL-InstructionForReturns-2.1-Example.xml ├── UBL-InventoryReport-2.1-Example.json ├── UBL-InventoryReport-2.1-Example.xml ├── UBL-Invoice-2.0-Detached-Signature.xml ├── UBL-Invoice-2.0-Detached.json ├── UBL-Invoice-2.0-Detached.xml ├── UBL-Invoice-2.0-Enveloped.json ├── UBL-Invoice-2.0-Enveloped.xml ├── UBL-Invoice-2.0-Example-NS1.json ├── UBL-Invoice-2.0-Example-NS1.xml ├── UBL-Invoice-2.0-Example-NS2.json ├── UBL-Invoice-2.0-Example-NS2.xml ├── UBL-Invoice-2.0-Example-NS3.json ├── UBL-Invoice-2.0-Example-NS3.xml ├── UBL-Invoice-2.0-Example-NS4.json ├── UBL-Invoice-2.0-Example-NS4.xml ├── UBL-Invoice-2.0-Example.json ├── UBL-Invoice-2.0-Example.xml ├── UBL-Invoice-2.1-Example-Trivial.json ├── UBL-Invoice-2.1-Example-Trivial.xml ├── UBL-Invoice-2.1-Example.json ├── UBL-Invoice-2.1-Example.xml ├── UBL-Order-2.0-Example-International.json ├── UBL-Order-2.0-Example-International.xml ├── UBL-Order-2.0-Example.json ├── UBL-Order-2.0-Example.xml ├── UBL-Order-2.1-Example.json ├── UBL-Order-2.1-Example.xml ├── UBL-OrderCancellation-2.1-Example.json ├── UBL-OrderCancellation-2.1-Example.xml ├── UBL-OrderChange-2.1-Example.json ├── UBL-OrderChange-2.1-Example.xml ├── UBL-OrderResponse-2.1-Example.json ├── UBL-OrderResponse-2.1-Example.xml ├── UBL-OrderResponseSimple-2.0-Example.json ├── UBL-OrderResponseSimple-2.0-Example.xml ├── UBL-OrderResponseSimple-2.1-Example.json ├── UBL-OrderResponseSimple-2.1-Example.xml ├── UBL-PriorInformationNotice-2.2-Example-Embedded.xml ├── UBL-PriorInformationNotice-2.2-Example-External.xml ├── UBL-ProductActivity-2.1-Example-1.json ├── UBL-ProductActivity-2.1-Example-1.xml ├── UBL-ProductActivity-2.1-Example-2.json ├── UBL-ProductActivity-2.1-Example-2.xml ├── UBL-ProductActivity-2.1-Example-3.json ├── UBL-ProductActivity-2.1-Example-3.xml ├── UBL-Quotation-2.0-Example.json ├── UBL-Quotation-2.0-Example.xml ├── UBL-Quotation-2.1-Example.json ├── UBL-Quotation-2.1-Example.xml ├── UBL-ReceiptAdvice-2.0-Example.json ├── UBL-ReceiptAdvice-2.0-Example.xml ├── UBL-Reminder-2.1-Example.json ├── UBL-Reminder-2.1-Example.xml ├── UBL-RemittanceAdvice-2.0-Example.json ├── UBL-RemittanceAdvice-2.0-Example.xml ├── UBL-RequestForQuotation-2.0-Example.json ├── UBL-RequestForQuotation-2.0-Example.xml ├── UBL-RequestForQuotation-2.1-Example.json ├── UBL-RequestForQuotation-2.1-Example.xml ├── UBL-RetailEvent-2.1-Example.json ├── UBL-RetailEvent-2.1-Example.xml ├── UBL-SelfBilledCreditNote-2.1-Example.json ├── UBL-SelfBilledCreditNote-2.1-Example.xml ├── UBL-Statement-2.0-Example.json ├── UBL-Statement-2.0-Example.xml ├── UBL-StockAvailabilityReport-2.1-Example.json ├── UBL-StockAvailabilityReport-2.1-Example.xml ├── UBL-TradeItemLocationProfile-2.1-Example.json ├── UBL-TradeItemLocationProfile-2.1-Example.xml ├── UBL-TransportExecutionPlan-2.1-Example.json ├── UBL-TransportExecutionPlan-2.1-Example.xml ├── UBL-TransportExecutionPlanRequest-2.1-Example.json ├── UBL-TransportExecutionPlanRequest-2.1-Example.xml ├── UBL-TransportProgressStatus-2.1-Example.json ├── UBL-TransportProgressStatus-2.1-Example.xml ├── UBL-TransportProgressStatusRequest-2.1-Example.json ├── UBL-TransportProgressStatusRequest-2.1-Example.xml ├── UBL-TransportServiceDescription-2.1-Example.json ├── UBL-TransportServiceDescription-2.1-Example.xml ├── UBL-TransportServiceDescriptionRequest-2.1-Example.json ├── UBL-TransportServiceDescriptionRequest-2.1-Example.xml ├── UBL-TransportationStatus-2.1-Example.json ├── UBL-TransportationStatus-2.1-Example.xml ├── UBL-TransportationStatusRequest-2.1-Example.json ├── UBL-TransportationStatusRequest-2.1-Example.xml ├── UBL-Waybill-2.0-Example-International.json ├── UBL-Waybill-2.0-Example-International.xml └── UBL-WeightStatement-2.2-Example.xml /.github/renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/.github/renovate.json -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/README.md -------------------------------------------------------------------------------- /catalog-info.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/catalog-info.yml -------------------------------------------------------------------------------- /pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/pom.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/MyTransportationStatus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/MyTransportationStatus.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/MyTransportationStatus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/MyTransportationStatus.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-BusinessCard-2.2-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-BusinessCard-2.2-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-CreditNote-2.0-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-CreditNote-2.0-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-CreditNote-2.0-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-CreditNote-2.0-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-CreditNote-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-CreditNote-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-CreditNote-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-CreditNote-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-DebitNote-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-DebitNote-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-DebitNote-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-DebitNote-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-DespatchAdvice-2.0-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-DespatchAdvice-2.0-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-DespatchAdvice-2.0-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-DespatchAdvice-2.0-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-DigitalAgreement-2.2-Example-Multilateral.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-DigitalAgreement-2.2-Example-Multilateral.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-DigitalAgreement-2.2-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-DigitalAgreement-2.2-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-DigitalCapability-2.2-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-DigitalCapability-2.2-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-ExceptionCriteria-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-ExceptionCriteria-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-ExceptionCriteria-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-ExceptionCriteria-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-ExceptionNotification-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-ExceptionNotification-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-ExceptionNotification-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-ExceptionNotification-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-ExpressionOfInterestRequest-2.2-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-ExpressionOfInterestRequest-2.2-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Forecast-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Forecast-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Forecast-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Forecast-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-ForecastRevision-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-ForecastRevision-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-ForecastRevision-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-ForecastRevision-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-ForwardingInstructions-2.0-Example-International.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-ForwardingInstructions-2.0-Example-International.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-ForwardingInstructions-2.0-Example-International.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-ForwardingInstructions-2.0-Example-International.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-FreightInvoice-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-FreightInvoice-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-FreightInvoice-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-FreightInvoice-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-FulfilmentCancellation-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-FulfilmentCancellation-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-FulfilmentCancellation-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-FulfilmentCancellation-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-GoodsItemItinerary-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-GoodsItemItinerary-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-GoodsItemItinerary-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-GoodsItemItinerary-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-InstructionForReturns-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-InstructionForReturns-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-InstructionForReturns-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-InstructionForReturns-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-InventoryReport-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-InventoryReport-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-InventoryReport-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-InventoryReport-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Detached-Signature.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Detached-Signature.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Detached.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Detached.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Detached.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Detached.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Enveloped.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Enveloped.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Enveloped.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Enveloped.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example-NS1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example-NS1.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example-NS1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example-NS1.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example-NS2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example-NS2.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example-NS2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example-NS2.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example-NS3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example-NS3.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example-NS3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example-NS3.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example-NS4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example-NS4.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example-NS4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example-NS4.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.0-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.1-Example-Trivial.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.1-Example-Trivial.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.1-Example-Trivial.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.1-Example-Trivial.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Invoice-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Order-2.0-Example-International.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Order-2.0-Example-International.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Order-2.0-Example-International.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Order-2.0-Example-International.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Order-2.0-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Order-2.0-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Order-2.0-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Order-2.0-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Order-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Order-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Order-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Order-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-OrderCancellation-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-OrderCancellation-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-OrderCancellation-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-OrderCancellation-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-OrderChange-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-OrderChange-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-OrderChange-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-OrderChange-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-OrderResponse-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-OrderResponse-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-OrderResponse-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-OrderResponse-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-OrderResponseSimple-2.0-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-OrderResponseSimple-2.0-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-OrderResponseSimple-2.0-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-OrderResponseSimple-2.0-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-OrderResponseSimple-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-OrderResponseSimple-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-OrderResponseSimple-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-OrderResponseSimple-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-PriorInformationNotice-2.2-Example-Embedded.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-PriorInformationNotice-2.2-Example-Embedded.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-PriorInformationNotice-2.2-Example-External.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-PriorInformationNotice-2.2-Example-External.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-ProductActivity-2.1-Example-1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-ProductActivity-2.1-Example-1.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-ProductActivity-2.1-Example-1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-ProductActivity-2.1-Example-1.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-ProductActivity-2.1-Example-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-ProductActivity-2.1-Example-2.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-ProductActivity-2.1-Example-2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-ProductActivity-2.1-Example-2.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-ProductActivity-2.1-Example-3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-ProductActivity-2.1-Example-3.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-ProductActivity-2.1-Example-3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-ProductActivity-2.1-Example-3.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Quotation-2.0-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Quotation-2.0-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Quotation-2.0-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Quotation-2.0-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Quotation-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Quotation-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Quotation-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Quotation-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-ReceiptAdvice-2.0-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-ReceiptAdvice-2.0-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-ReceiptAdvice-2.0-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-ReceiptAdvice-2.0-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Reminder-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Reminder-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Reminder-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Reminder-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-RemittanceAdvice-2.0-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-RemittanceAdvice-2.0-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-RemittanceAdvice-2.0-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-RemittanceAdvice-2.0-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-RequestForQuotation-2.0-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-RequestForQuotation-2.0-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-RequestForQuotation-2.0-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-RequestForQuotation-2.0-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-RequestForQuotation-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-RequestForQuotation-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-RequestForQuotation-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-RequestForQuotation-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-RetailEvent-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-RetailEvent-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-RetailEvent-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-RetailEvent-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-SelfBilledCreditNote-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-SelfBilledCreditNote-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-SelfBilledCreditNote-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-SelfBilledCreditNote-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Statement-2.0-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Statement-2.0-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Statement-2.0-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Statement-2.0-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-StockAvailabilityReport-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-StockAvailabilityReport-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-StockAvailabilityReport-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-StockAvailabilityReport-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-TradeItemLocationProfile-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-TradeItemLocationProfile-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-TradeItemLocationProfile-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-TradeItemLocationProfile-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-TransportExecutionPlan-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-TransportExecutionPlan-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-TransportExecutionPlan-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-TransportExecutionPlan-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-TransportExecutionPlanRequest-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-TransportExecutionPlanRequest-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-TransportExecutionPlanRequest-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-TransportExecutionPlanRequest-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-TransportProgressStatus-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-TransportProgressStatus-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-TransportProgressStatus-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-TransportProgressStatus-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-TransportProgressStatusRequest-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-TransportProgressStatusRequest-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-TransportProgressStatusRequest-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-TransportProgressStatusRequest-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-TransportServiceDescription-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-TransportServiceDescription-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-TransportServiceDescription-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-TransportServiceDescription-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-TransportServiceDescriptionRequest-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-TransportServiceDescriptionRequest-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-TransportServiceDescriptionRequest-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-TransportServiceDescriptionRequest-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-TransportationStatus-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-TransportationStatus-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-TransportationStatus-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-TransportationStatus-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-TransportationStatusRequest-2.1-Example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-TransportationStatusRequest-2.1-Example.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-TransportationStatusRequest-2.1-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-TransportationStatusRequest-2.1-Example.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Waybill-2.0-Example-International.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Waybill-2.0-Example-International.json -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-Waybill-2.0-Example-International.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-Waybill-2.0-Example-International.xml -------------------------------------------------------------------------------- /src/main/resources/org/oasis-open/ubl/examples/UBL-WeightStatement-2.2-Example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tradeshift/tradeshift-ubl-examples/HEAD/src/main/resources/org/oasis-open/ubl/examples/UBL-WeightStatement-2.2-Example.xml --------------------------------------------------------------------------------