@twin.org/node 0.0.3-next.22 → 0.0.3-next.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -499,10 +499,55 @@
499
499
  "mimeTypeNotFound": "Unable to detect MIME type from data",
500
500
  "converterNotFound": "Unable to find a converter for the MIME type \"{notFoundId}\""
501
501
  },
502
- "dataSpaceConnectorRestClient": {
502
+ "dataspaceControlPlaneService": {
503
+ "transferProcessNotFound": "Transfer Process not found",
504
+ "pullTransfersNotSupported": "PULL transfers are not supported. Configure dataPlanePath in service configuration to enable PULL transfers.",
505
+ "datasetRegistrationFailed": "Failed to register dataset {datasetId} from app {appName}",
506
+ "appDatasetsRetrievalFailed": "Failed to retrieve datasets from app {appName}",
507
+ "transferProcessTerminated": "Transfer Process \"{consumerPid}\" is terminated and cannot be used",
508
+ "transferProcessTerminatedProvider": "Transfer Process \"{providerPid}\" is terminated and cannot be used",
509
+ "invalidTransferRequest": "Transfer Request does not conform to Dataspace Protocol specification",
510
+ "invalidStateForStart": "Transfer Process cannot be started: current state is \"{currentState}\", expected REQUESTED or SUSPENDED",
511
+ "invalidStateForComplete": "Transfer Process cannot be completed: current state is \"{currentState}\", expected STARTED",
512
+ "invalidStateForSuspend": "Transfer Process cannot be suspended: current state is \"{currentState}\", expected STARTED",
513
+ "invalidTransferStartMessage": "Transfer Start Message does not conform to Dataspace Protocol specification",
514
+ "invalidTransferCompletionMessage": "Transfer Completion Message does not conform to Dataspace Protocol specification",
515
+ "invalidTransferSuspensionMessage": "Transfer Suspension Message does not conform to Dataspace Protocol specification",
516
+ "invalidTransferTerminationMessage": "Transfer Termination Message does not conform to Dataspace Protocol specification",
517
+ "agreementLookupFailed": "Failed to lookup Agreement: {agreementId}",
518
+ "agreementNotFound": "Agreement not found",
519
+ "agreementMissingTarget": "Agreement is missing target (dataset): {agreementId}",
520
+ "agreementMultipleTargetsNotSupported": "Agreement has multiple targets which is not supported. Only single target Agreements are allowed: {agreementId}, target count: {targetCount}",
521
+ "agreementTargetMissingUid": "Agreement target object is missing required \"uid\" property: {agreementId}",
522
+ "datasetNotInCatalog": "Dataset \"{datasetId}\" not found in Federated Catalogue (Agreement: {agreementId})",
523
+ "catalogLookupFailed": "Failed to lookup dataset in Federated Catalogue: {datasetId} (Agreement: {agreementId})",
524
+ "agreementNotMatchingOffer": "Agreement \"{agreementId}\" does not match any Catalog Offer for dataset {datasetId}. Available Offers: {availableOffers}",
525
+ "organizationContextMissing": "Organization context is missing. Cannot verify Agreement authorization for consumerPid: {consumerPid}",
526
+ "organizationContextMissingProvider": "Organization context is missing. Cannot verify Agreement authorization for providerPid: {providerPid}",
527
+ "agreementAssignerMismatch": "Agreement assigner does not match current organization. Agreement: {agreementId}, consumerPid: {consumerPid}, expected: {expectedOrgId}, actual: {actualAssigner}",
528
+ "agreementAssignerMismatchProvider": "Agreement assigner does not match current organization. Agreement: {agreementId}, providerPid: {providerPid}, expected: {expectedOrgId}, actual: {actualAssigner}",
529
+ "agreementAssigneeMismatch": "Agreement assignee does not match expected consumer identity. Agreement: {agreementId}, providerPid: {providerPid}, expected: {expectedConsumerIdentity}, actual: {actualAssignee}",
530
+ "negotiationInitiationFailed": "Failed to initiate contract negotiation",
531
+ "datasetNotFoundInCatalog": "Dataset/Offer \"{offerId}\" not found in Federated Catalogue. Cannot initiate negotiation for non-existent offer.",
532
+ "catalogLookupFailedForNegotiation": "Failed to lookup dataset/offer in Federated Catalogue before negotiation: {offerId}",
533
+ "datasetHasNoOffers": "Dataset \"{datasetId}\" has no ODRL offers (odrl:hasPolicy). Cannot negotiate without an offer.",
534
+ "datasetHasNoValidOffers": "Dataset \"{datasetId}\" has no valid ODRL offer objects. Cannot negotiate without a valid offer.",
535
+ "offerNotFoundInDataset": "Offer \"{offerId}\" not found in dataset \"{datasetId}\". Available offers: {availableOffers}",
536
+ "pnapNotConfigured": "Policy Negotiation Admin Point not configured. Cannot retrieve negotiation history without PNAP.",
537
+ "negotiationCallbackError": "Negotiation callback \"{key}\" threw an error during {method} for negotiation {negotiationId}"
538
+ },
539
+ "dataspaceControlPlanePolicyRequester": {},
540
+ "odrlPolicyHelper": {
541
+ "policyMissingAssignee": "The {policyType} with id \"{policyId}\" is missing an assignee.",
542
+ "policyMissingAssigner": "The {policyType} with id \"{policyId}\" is missing an assigner."
543
+ },
544
+ "trustHelper": {
545
+ "trustVerifyFailed": "Trust verification failed for action \"{action}\""
546
+ },
547
+ "dataspaceDataPlaneRestClient": {
503
548
  "notSupportedOnClient": "The method \"{methodName}\" is not supported on the REST client, it can only be used on a server side component"
504
549
  },
505
- "dataSpaceConnectorService": {
550
+ "dataspaceDataPlaneService": {
506
551
  "activityLogEntryNotFound": "Not found activity Log Entry: \"{notFoundId}\"",
507
552
  "activityAlreadyNotified": "Activity has already been notified",
508
553
  "activityStillProcessing": "Activity is still being processed",
@@ -510,13 +555,15 @@
510
555
  "invalidActivityGeneratorIdentity": "Invalid activity. No identity specified either on 'generator' or 'actor'",
511
556
  "invalidActivity": "Invalid Activity. Expected fields not specified",
512
557
  "unknownActivityLogEntryId": "Unknown Activity Log Entry Id \"{activityLogEntryId}\"",
513
- "tooManyAppsRegistered": "There are several DS Connector Apps registered for Dataset \"{datasetId}\"",
514
- "noAppRegistered": "There are no DS Connector Apps registered for Dataset \"{datasetId}\"",
515
- "datasetIdRequired": "Dataset ID is required for query operations",
558
+ "tooManyAppsRegistered": "There are several DS Apps registered for Dataset \"{datasetId}\"",
559
+ "noAppRegistered": "There are no DS Apps registered for Dataset \"{datasetId}\"",
516
560
  "notExpandableType": "Entity type \"{type}\" cannot be expanded",
517
- "queryTypeNotSupported": "Query type \"{queryType}\" is not supported by the DS Connector App"
561
+ "queryTypeNotSupported": "Query type \"{queryType}\" is not supported by the DS App",
562
+ "transferProcessNotFound": "Transfer Process not found for consumerPid \"{notFoundId}\"",
563
+ "transferNotInStartedState": "Transfer Process is not in STARTED state. Current state: \"{currentState}\"",
564
+ "transferMissingDatasetId": "Transfer Process is missing datasetId"
518
565
  },
519
- "dataSpaceConnectorSocketClient": {
566
+ "dataspaceDataPlaneSocketClient": {
520
567
  "socketConnect": "Failure during socket connect",
521
568
  "callback": "Error when calling local callback",
522
569
  "notSupportedOnClient": "The method \"{methodName}\" is not supported on the socket client, it can only be used on a server side component"
@@ -648,28 +695,30 @@
648
695
  "resolveDocumentFailed": "Resolving the document failed"
649
696
  },
650
697
  "entityStorageIdentityConnector": {
651
- "createDocumentFailed": "Creating the document failed",
652
- "removeDocumentFailed": "Removing the document failed",
653
- "signatureVerificationFailed": "The document integrity check failed",
654
- "missingDid": "The full id including DID is required",
655
- "addVerificationMethodFailed": "Adding the verification method failed",
656
- "removeVerificationMethodFailed": "Removing the verification method failed",
657
698
  "addServiceFailed": "Adding the service failed",
658
- "removeServiceFailed": "Removing the service failed",
659
- "documentNotFound": "The document could not be found \"{notFoundId}\"",
660
- "verificationMethodNotFound": "The verification method could not be found",
661
- "serviceNotFound": "The service could not be found",
662
- "publicKeyJwkMissing": "The verification method contains no publicKeyJwk in method \"{method}\"",
663
- "jwkSignatureFailed": "The signature on the JWK failed verification",
664
- "createVerifiableCredentialFailed": "Creating the verifiable credential failed",
699
+ "addVerificationMethodFailed": "Adding the verification method failed",
700
+ "algorithmKeyTypeMismatch": "Algorithm \"{algorithm}\" requires key type \"{expectedKeyType}\", but key \"{keyId}\" has type \"{actualKeyType}\"",
665
701
  "checkingVerifiableCredentialFailed": "Checking the verifiable credential failed",
666
- "createVerifiablePresentationFailed": "Creating the verifiable presentation failed",
667
702
  "checkingVerifiablePresentationFailed": "Checking the verifiable presentation failed",
703
+ "createDocumentFailed": "Creating the document failed",
668
704
  "createProofFailed": "Creating the signature for the data failed",
705
+ "createVerifiableCredentialFailed": "Creating the verifiable credential failed",
706
+ "createVerifiablePresentationFailed": "Creating the verifiable presentation failed",
707
+ "documentNotFound": "The document could not be found \"{notFoundId}\"",
708
+ "jwkSignatureFailed": "The signature on the JWK failed verification",
669
709
  "methodMissing": "The verification method specified does not exist \"{method}\"",
670
- "verifyProofFailed": "Verifying the signature for the data failed",
710
+ "missingDid": "The full id including DID is required",
711
+ "privateKeyMissing": "The private key could not be found for key \"{keyId}\"",
712
+ "publicKeyJwkMissing": "The verification method contains no publicKeyJwk in method \"{method}\"",
713
+ "removeDocumentFailed": "Removing the document failed",
714
+ "removeServiceFailed": "Removing the service failed",
715
+ "removeVerificationMethodFailed": "Removing the verification method failed",
671
716
  "revokeVerifiableCredentialsFailed": "Revoking verifiable credentials failed",
672
- "unrevokeVerifiableCredentialsFailed": "Unrevoking verifiable credentials failed"
717
+ "serviceNotFound": "The service could not be found",
718
+ "signatureVerificationFailed": "The document integrity check failed",
719
+ "unrevokeVerifiableCredentialsFailed": "Unrevoking verifiable credentials failed",
720
+ "verificationMethodNotFound": "The verification method could not be found",
721
+ "verifyProofFailed": "Verifying the signature for the data failed"
673
722
  },
674
723
  "entityStorageIdentityProfileConnector": {
675
724
  "alreadyExists": "The identity profile already exists for the identity \"{existingId}\"",
@@ -686,37 +735,38 @@
686
735
  "resolveDocumentFailed": "Resolving the document failed \"{documentId}\""
687
736
  },
688
737
  "iotaIdentityConnector": {
689
- "createDocumentFailed": "Creating the document failed",
690
- "removeDocumentFailed": "Removing the document failed",
691
- "missingDid": "The full id including DID is required",
692
- "addVerificationMethodFailed": "Adding the verification method failed",
693
- "removeVerificationMethodFailed": "Removing the verification method failed",
694
738
  "addServiceFailed": "Adding the service failed",
695
- "removeServiceFailed": "Removing the service failed",
696
- "documentNotFound": "The document could not be found",
697
- "verificationMethodNotFound": "The verification method could not be found",
698
- "serviceNotFound": "The service could not be found",
699
- "publicKeyJwkMissing": "The verification method contains no publicKeyJwk in JWK \"{jwk}\"",
700
- "publicKeyJwkMethodMissing": "The verification method contains no publicKeyJwk in method \"{method}\"",
701
- "privateKeyMissing": "The verification method contains no privateKey \"{keyId}\"",
702
- "verificationKeyMissing": "The verification key is missing from the vault for method \"{method}\"",
703
- "createVerifiableCredentialFailed": "Creating the verifiable credential failed",
739
+ "addVerificationMethodFailed": "Adding the verification method failed",
740
+ "algorithmKeyTypeMismatch": "Algorithm \"{algorithm}\" requires key type \"{expectedKeyType}\", but key \"{keyId}\" has type \"{actualKeyType}\"",
704
741
  "checkingVerifiableCredentialFailed": "Checking the verifiable credential failed",
705
- "createVerifiablePresentationFailed": "Creating the verifiable presentation failed",
706
742
  "checkingVerifiablePresentationFailed": "Checking the verifiable presentation failed",
743
+ "createDocumentFailed": "Creating the document failed",
707
744
  "createProofFailed": "Creating the signature for the data failed",
708
- "methodMissing": "The verification method specified does not exist \"{method}\"",
709
- "verifyProofFailed": "Verifying the signature for the data failed",
710
- "revokeVerifiableCredentialsFailed": "Revoking verifiable credentials failed",
711
- "unrevokeVerifiableCredentialsFailed": "Unrevoking verifiable credentials failed",
745
+ "createVerifiableCredentialFailed": "Creating the verifiable credential failed",
746
+ "createVerifiablePresentationFailed": "Creating the verifiable presentation failed",
747
+ "didExtractionFailed": "Extracting the DID from the document id failed",
748
+ "documentNotFound": "The document could not be found",
749
+ "gasStationTransactionBuildFailed": "Building the gas station transaction failed",
750
+ "identityNotFound": "The identity could not be found \"{notFoundId}\"",
712
751
  "invalidSubjectId": "The subject id format is invalid it must be a Url or Urn, it is \"{subjectId}\"",
752
+ "methodMissing": "The verification method specified does not exist \"{method}\"",
713
753
  "missingControllerToken": "The controller token is missing",
714
- "identityNotFound": "The identity could not be found \"{notFoundId}\"",
754
+ "missingDid": "The full id including DID is required",
755
+ "privateKeyMissing": "The verification method contains no privateKey \"{keyId}\"",
756
+ "publicKeyJwkMethodMissing": "The verification method contains no publicKeyJwk in method \"{method}\"",
757
+ "publicKeyJwkMissing": "The verification method contains no publicKeyJwk in JWK \"{jwk}\"",
758
+ "removeDocumentFailed": "Removing the document failed",
759
+ "removeServiceFailed": "Removing the service failed",
760
+ "removeVerificationMethodFailed": "Removing the verification method failed",
715
761
  "revocationServiceNotFound": "The revocation service could not be found in the document",
716
- "didExtractionFailed": "Extracting the DID from the document id failed",
717
- "transactionConfirmationTimeout": "The transaction was not confirmed in the expected time",
762
+ "revokeVerifiableCredentialsFailed": "Revoking verifiable credentials failed",
763
+ "serviceNotFound": "The service could not be found",
718
764
  "transactionBuildFailed": "Building the transaction failed",
719
- "gasStationTransactionBuildFailed": "Building the gas station transaction failed"
765
+ "transactionConfirmationTimeout": "The transaction was not confirmed in the expected time",
766
+ "unrevokeVerifiableCredentialsFailed": "Unrevoking verifiable credentials failed",
767
+ "verificationKeyMissing": "The verification key is missing from the vault for method \"{method}\"",
768
+ "verificationMethodNotFound": "The verification method could not be found",
769
+ "verifyProofFailed": "Verifying the signature for the data failed"
720
770
  },
721
771
  "iota": {
722
772
  "insufficientFunds": "There were insufficient funds to complete the operation",
@@ -878,13 +928,6 @@
878
928
  "notAuthorizedToQuery": "Not authorized to query asset type \"{assetType}\"",
879
929
  "notAuthorizedToGet": "Not authorized to get asset type \"{assetType}\" with id \"{id}\""
880
930
  },
881
- "odrlPolicyHelper": {
882
- "policyMissingAssignee": "The {policyType} with id \"{policyId}\" is missing an assignee.",
883
- "policyMissingAssigner": "The {policyType} with id \"{policyId}\" is missing an assigner."
884
- },
885
- "trustHelper": {
886
- "trustVerifyFailed": "Trust verification failed for action \"{action}\""
887
- },
888
931
  "policyAdministrationPointService": {
889
932
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the rights management components \"{namespace}\"",
890
933
  "policyNotFound": "Policy not found with id: \"{notFoundId}\"",
@@ -936,7 +979,9 @@
936
979
  "invalidState": "The negotiation is in an incorrect state \"{state}\" for negotiation with id: \"{negotiationId}\"",
937
980
  "offerNotAccepted": "Offer with id: \"{offerId}\" was not accepted by the requester",
938
981
  "agreementNotAccepted": "Agreement with id: \"{agreementId}\" was not accepted by the requester",
939
- "noAgreementCreated": "No agreement was created for offer with id: \"{offerId}\""
982
+ "noAgreementCreated": "No agreement was created for offer with id: \"{offerId}\"",
983
+ "assignerNotIdentity": "The assigner in the offer is not a single identity",
984
+ "providerInitiatedNotSupported": "Provider initiated negotiations are currently not supported as the consumer identity is required to be set as the trust identity in the negotiation"
940
985
  },
941
986
  "policyNegotiationAdminPointService": {
942
987
  "policyNotFound": "Policy with id: \"{notFoundId}\" not found"
@@ -974,7 +1019,8 @@
974
1019
  },
975
1020
  "trustService": {
976
1021
  "notVerified": "Payload verification failed",
977
- "noGeneratorsRegistered": "No trust generators are registered in the factory"
1022
+ "noGeneratorsRegistered": "No trust generators are registered in the factory",
1023
+ "noVerifiersRegistered": "No trust verifiers are registered in the factory"
978
1024
  },
979
1025
  "jwtVerifiableCredentialVerifier": {
980
1026
  "tokenMissingCredential": "The JWT token does not contain a verifiable credential.",
@@ -1685,6 +1731,19 @@
1685
1731
  "backgroundTaskService": {
1686
1732
  "maxSystemWorkerCountReached": "The maximum system worker count of {maxSystemWorkerCount} has been reached, can not create any more worker for task type \"{type}\""
1687
1733
  },
1734
+ "dataspaceControlPlaneService": {
1735
+ "catalogDatasetHasNoOffers": "Dataset has no Offers (odrl:hasPolicy) in Federated Catalogue",
1736
+ "pushTransferModeNotImplemented": "PUSH transfer mode requested but not implemented. Consumer provided dataAddress endpoint but data push is not yet supported.",
1737
+ "stalledNegotiationCleanedUp": "Stalled negotiation cleaned up (negotiationId: {negotiationId})"
1738
+ },
1739
+ "dataspaceControlPlanePolicyRequester": {
1740
+ "unknownNegotiationFinalized": "Unknown negotiation finalized (negotiationId: {negotiationId})",
1741
+ "negotiationTerminated": "Negotiation terminated by provider (negotiationId: {negotiationId})",
1742
+ "unknownNegotiationTerminated": "Unknown negotiation terminated (negotiationId: {negotiationId})"
1743
+ },
1744
+ "policyNegotiationAdminPointService": {
1745
+ "sendTerminateFailed": "Failed to send terminate to consumer for negotiation id: \"{id}\", correlation id: \"{correlationId}\""
1746
+ },
1688
1747
  "changeSetHelper": {
1689
1748
  "getChangeSetError": "Failed to retrieve change set with id \"{changeSetStorageId}\""
1690
1749
  },
@@ -1790,10 +1849,41 @@
1790
1849
  "bucketCreating": "Creating bucket \"{bucket}\"",
1791
1850
  "bucketExists": "Skipping create bucket \"{bucket}\" as it already exists"
1792
1851
  },
1793
- "dataSpaceConnectorService": {
1794
- "scheduledTask": "\"{taskId}\": Task scheduled for Data Space Connector App \"{dataSpaceConnectorAppId}\" (isRetry: {isRetry})"
1795
- },
1796
- "dataSpaceConnectorSocketClient": {
1852
+ "dataspaceControlPlaneService": {
1853
+ "transferProcessInitiated": "Transfer Process initiated",
1854
+ "transferProcessQueried": "Transfer Process queried (role: {role})",
1855
+ "transferProcessStarted": "Transfer Process started",
1856
+ "dataAccessTokenGenerated": "Data access token generated for PULL transfer",
1857
+ "transferProcessCompleted": "Transfer Process completed",
1858
+ "transferProcessSuspended": "Transfer Process suspended",
1859
+ "transferProcessTerminated": "Transfer Process terminated",
1860
+ "resolvedConsumerPid": "Resolved consumerPid to Transfer Context",
1861
+ "resolvedProviderPid": "Resolved providerPid to Transfer Context",
1862
+ "catalogDatasetFound": "Dataset validated in Federated Catalogue",
1863
+ "agreementMatchedOffer": "Agreement matched Catalog Offer",
1864
+ "populatingFederatedCatalogue": "Populating Federated Catalogue with datasets from registered apps",
1865
+ "federatedCataloguePopulated": "Federated Catalogue population completed (registered: {registeredCount}, errors: {errorCount}, apps: {totalApps})",
1866
+ "startingContractNegotiation": "Starting contract negotiation with provider",
1867
+ "offerFoundInCatalog": "Offer found in Federated Catalogue and validated",
1868
+ "negotiationInitiated": "Contract negotiation initiated successfully",
1869
+ "getNegotiation": "Retrieving negotiation status",
1870
+ "negotiationStateRetrieved": "Negotiation state retrieved successfully",
1871
+ "getNegotiationHistory": "Retrieving negotiation history",
1872
+ "negotiationHistoryRetrieved": "Negotiation history retrieved successfully",
1873
+ "stalledNegotiationsCleanupComplete": "Stalled negotiations cleanup completed (cleanedUp: {cleanedUp})"
1874
+ },
1875
+ "dataspaceControlPlanePolicyRequester": {
1876
+ "offerReceived": "Offer received from provider (negotiationId: {negotiationId}, offerId: {offerId})",
1877
+ "agreementReceived": "Agreement received from provider (negotiationId: {negotiationId}, agreementId: {agreementId})",
1878
+ "negotiationFinalized": "Negotiation finalized by provider (negotiationId: {negotiationId})",
1879
+ "negotiationCompleted": "Negotiation completed successfully (negotiationId: {negotiationId}, agreementId: {agreementId}, duration: {durationMs}ms)",
1880
+ "negotiationRejected": "Negotiation was rejected/terminated (negotiationId: {negotiationId}, duration: {durationMs}ms)"
1881
+ },
1882
+ "dataspaceDataPlaneService": {
1883
+ "scheduledTask": "\"{taskId}\": Task scheduled for Dataspace App \"{dataspaceAppId}\" (isRetry: {isRetry})",
1884
+ "policyObligationTriggered": "Policy obligation triggered for agreement \"{agreementId}\": action=\"{action}\", target=\"{target}\""
1885
+ },
1886
+ "dataspaceDataPlaneSocketClient": {
1797
1887
  "subscribeActivityLogs": "Subscription created for topic activity logs with id \"{subscriptionId}\"",
1798
1888
  "unsubscribeActivityLogs": "Subscription removed for topic activity logs with id \"{subscriptionId}\""
1799
1889
  },
@@ -2050,7 +2140,12 @@
2050
2140
  },
2051
2141
  "auditableItemGraphService": {},
2052
2142
  "debug": {
2053
- "dataSpaceConnectorService": {
2143
+ "dataspaceControlPlaneService": {
2144
+ "engineCloneStart": "Skipping Federated Catalogue population (engine clone or no engine)",
2145
+ "discoveredApps": "Discovered {count} registered Dataspace apps",
2146
+ "datasetRegistered": "Dataset {datasetId} registered from app {appName}"
2147
+ },
2148
+ "dataspaceDataPlaneService": {
2054
2149
  "newActivity": "New Activity of type \"{activityType}\" notified by \"{generator}\"",
2055
2150
  "taskSchedulerStarted": "Task Scheduler started with this config: \"{taskTime}\"",
2056
2151
  "scheduledCleanUpTask": "Activity Log clean up task scheduled",
@@ -2059,7 +2154,7 @@
2059
2154
  "activityLogCleanedUp": "Activity Log has been cleaned up. \"{numRecordsDeleted}\" records deleted",
2060
2155
  "replacingFailedTasks": "Retrying apps \"{appsToRetry}\" (successful: \"{successfulApps}\") for activity \"{activityLogEntryId}\""
2061
2156
  },
2062
- "dataSpaceConnectorSocketRoutes": {
2157
+ "dataspaceDataPlaneSocketRoutes": {
2063
2158
  "activityLogStatusConnected": "Web Socket Connected: Socket Id: \"{socketId}\"",
2064
2159
  "activityLogStatusDisconnected": "Web Socket disconnected: Socket Id: \"{socketId}\""
2065
2160
  }
@@ -2251,6 +2346,10 @@
2251
2346
  "unece:AccountingVoucherMediumCodeList#8": "DSP",
2252
2347
  "unece:AccountingVoucherMediumCodeList#9": "FDD 8\""
2253
2348
  },
2349
+ "accreditationTypeCodeList": {
2350
+ "unece:specificAccreditation": "A certified accreditation specific to this transport person.",
2351
+ "unece:specificAccreditation_label": "Specific Accreditation"
2352
+ },
2254
2353
  "acknowledgementCodeList": {
2255
2354
  "unece:AcknowledgementCodeList#18": "Reissue",
2256
2355
  "unece:AcknowledgementCodeList#31": "Copy",
@@ -2491,6 +2590,16 @@
2491
2590
  "unece:AdjustmentReasonCodeList#99": "Incorrect identification of the buyer",
2492
2591
  "unece:AdjustmentReasonCodeList#ZZZ": "Mutually defined"
2493
2592
  },
2593
+ "agriculturalCharacteristicTypeCodeList": {
2594
+ "unece:applicableAgriculturalCharacteristic": "An agricultural characteristic applicable to this agricultural zone area.",
2595
+ "unece:applicableAgriculturalCharacteristic_label": "Applicable Agricultural Characteristic",
2596
+ "unece:specifiedAgriculturalCharacteristic": "An agricultural characteristic specified for this crop plot.",
2597
+ "unece:specifiedAgriculturalCharacteristic_label": "Specified Agricultural Characteristic"
2598
+ },
2599
+ "agriculturalProcessTypeCodeList": {
2600
+ "unece:applicableAgriculturalProcess": "An agricultural process crop production applicable for this field crop.",
2601
+ "unece:applicableAgriculturalProcess_label": "Applicable Agricultural Process"
2602
+ },
2494
2603
  "airFlowUnitMeasureCode": {
2495
2604
  "unece:AirFlowUnitMeasureCode#35": "millilitre per square centimetre second",
2496
2605
  "unece:AirFlowUnitMeasureCode#40": "millilitre per second",
@@ -2510,6 +2619,10 @@
2510
2619
  "unece:AirFlowUnitMeasureCode#G55": "millilitre per hour",
2511
2620
  "unece:AirFlowUnitMeasureCode#GB": "gallon (US) per day"
2512
2621
  },
2622
+ "allergyTypeCodeList": {
2623
+ "unece:notifiedAllergy": "An allergy notified for this guest person.",
2624
+ "unece:notifiedAllergy_label": "Notified Allergy"
2625
+ },
2513
2626
  "allowanceChargeIdCodeList": {
2514
2627
  "unece:AllowanceChargeIdCodeList#1": "Handling commission",
2515
2628
  "unece:AllowanceChargeIdCodeList#10": "Opening commission",
@@ -2938,6 +3051,16 @@
2938
3051
  "unece:AmountWeightTypeCodeList#T": "Truncated amount",
2939
3052
  "unece:AmountWeightTypeCodeList#TC": "Thousand currency amount"
2940
3053
  },
3054
+ "animalHoldingEventTypeCodeList": {
3055
+ "unece:specifiedAnimalHoldingEvent": "An animal holding event specified for this TT animal.",
3056
+ "unece:specifiedAnimalHoldingEvent_label": "Specified Animal Holding Event"
3057
+ },
3058
+ "assessmentTypeCodeList": {
3059
+ "unece:applicableAssessment": "A specified assessment applicable to this referenced standard.",
3060
+ "unece:applicableAssessment_label": "Applicable Assessment",
3061
+ "unece:relatedAssessment": "An assessment related to this specified inspection result.",
3062
+ "unece:relatedAssessment_label": "Related Assessment"
3063
+ },
2941
3064
  "automaticDataCaptureMethodCodeList": {
2942
3065
  "unece:AutomaticDataCaptureMethodCodeList#50": "Package barcoded EAN-13 or EAN-8",
2943
3066
  "unece:AutomaticDataCaptureMethodCodeList#51": "Package barcoded ITF-14 or ITF-6",
@@ -2950,6 +3073,10 @@
2950
3073
  "unece:AutomaticDataCaptureMethodCodeList#81": "Package marked with a variable measure barcode",
2951
3074
  "unece:AutomaticDataCaptureMethodCodeList#82": "Package marked with fixed measure barcode."
2952
3075
  },
3076
+ "basicWorkItemTypeCodeList": {
3077
+ "unece:itemBasicWorkItem": "A basic work item in this basic work item.",
3078
+ "unece:itemBasicWorkItem_label": "Item Basic Work Item"
3079
+ },
2953
3080
  "billingDocumentCodeList": {
2954
3081
  "unece:BillingDocumentCodeList#261": "Self billed credit note",
2955
3082
  "unece:BillingDocumentCodeList#262": "Consolidated credit note - goods and services",
@@ -3234,6 +3361,16 @@
3234
3361
  "unece:BinaryObjectEncodingCodeList#8": "UTF-16",
3235
3362
  "unece:BinaryObjectEncodingCodeList#ZZZ": "Mutually agreed"
3236
3363
  },
3364
+ "calibratedMeasurementTypeCodeList": {
3365
+ "unece:actualReportedMeasurement": "An actual calibrated measurement reported for this monitoring sensor.",
3366
+ "unece:actualReportedMeasurement_label": "Actual Reported Measurement",
3367
+ "unece:precisionMeasurement": "A calibrated measurement of precision for this monitoring sensor.",
3368
+ "unece:precisionMeasurement_label": "Precision Measurement",
3369
+ "unece:scheduledReportedMeasurement": "A scheduled calibrated measurement reported for this monitoring sensor.",
3370
+ "unece:scheduledReportedMeasurement_label": "Scheduled Reported Measurement",
3371
+ "unece:specifiedMeasurement": "A calibrated measurement specified for this specified condition.",
3372
+ "unece:specifiedMeasurement_label": "Specified Measurement"
3373
+ },
3237
3374
  "cargoCategoryCodeList": {
3238
3375
  "unece:CargoCategoryCodeList#0": "Liquid Bulk",
3239
3376
  "unece:CargoCategoryCodeList#1": "Solid Bulk",
@@ -3302,6 +3439,14 @@
3302
3439
  "unece:CargoTypeClassificationCodeList#8": "Palletized",
3303
3440
  "unece:CargoTypeClassificationCodeList#9": "Containerized"
3304
3441
  },
3442
+ "carriedEquipmentTypeCodeList": {
3443
+ "unece:specifiedCarriedEquipment": "Carried equipment specified for this guest person.",
3444
+ "unece:specifiedCarriedEquipment_label": "Specified Carried Equipment"
3445
+ },
3446
+ "cashTypeCodeList": {
3447
+ "unece:identifiedCash": "A cash payment identified for this trade settlement payment means.",
3448
+ "unece:identifiedCash_label": "Identified Cash"
3449
+ },
3305
3450
  "certificateTypeCodeList": {
3306
3451
  "unece:CertificateTypeCodeList#1": "Mark",
3307
3452
  "unece:CertificateTypeCodeList#2": "Certificate",
@@ -3330,6 +3475,20 @@
3330
3475
  "unece:ChargePayingPartyRoleCodeList#IV": "Invoicee",
3331
3476
  "unece:ChargePayingPartyRoleCodeList#PE": "Payee"
3332
3477
  },
3478
+ "chemicalTypeCodeList": {
3479
+ "unece:usedChemical": "A chemical used during this applied chemical treatment.",
3480
+ "unece:usedChemical_label": "Used Chemical"
3481
+ },
3482
+ "chequeTypeCodeList": {
3483
+ "unece:identifiedCheque": "A cheque payment identified for this trade settlement payment means.",
3484
+ "unece:identifiedCheque_label": "Identified Cheque"
3485
+ },
3486
+ "classificationTypeCodeList": {
3487
+ "unece:applicableClassification": "A product classification applicable to this trade product instance.",
3488
+ "unece:applicableClassification_label": "Applicable Classification",
3489
+ "unece:designatedClassification": "A product classification designated for this trade product.",
3490
+ "unece:designatedClassification_label": "Designated Classification"
3491
+ },
3333
3492
  "codeListResponsibleAgencyCodeList": {
3334
3493
  "unece:CodeListResponsibleAgencyCodeList#1": "CCC (Customs Co-operation Council)",
3335
3494
  "unece:CodeListResponsibleAgencyCodeList#10": "ODETTE",
@@ -3742,6 +3901,10 @@
3742
3901
  "unece:CodeListResponsibleAgencyCodeList#99": "CH, Division des importations et exportations, OFAEE",
3743
3902
  "unece:CodeListResponsibleAgencyCodeList#ZZZ": "Mutually defined"
3744
3903
  },
3904
+ "colourTypeCodeList": {
3905
+ "unece:specifiedColour": "A colour specified for this trade product.",
3906
+ "unece:specifiedColour_label": "Specified Colour"
3907
+ },
3745
3908
  "commitmentLevelCodeList": {
3746
3909
  "unece:CommitmentLevelCodeList#1": "Firm",
3747
3910
  "unece:CommitmentLevelCodeList#10": "Immediate",
@@ -3818,6 +3981,12 @@
3818
3981
  "unece:CommunicationChannelCodeList#XI": "National telephone direct line",
3819
3982
  "unece:CommunicationChannelCodeList#XJ": "National telephone switchboard"
3820
3983
  },
3984
+ "communicationEventTypeCodeList": {
3985
+ "unece:matchingEvent": "A matching event for this communication pairing.",
3986
+ "unece:matchingEvent_label": "Matching Event",
3987
+ "unece:relatedEvent": "A communication event related to this monitoring IOT device.",
3988
+ "unece:relatedEvent_label": "Related Event"
3989
+ },
3821
3990
  "contactTypeCodeList": {
3822
3991
  "unece:ContactTypeCodeList#AA": "Insurance contact",
3823
3992
  "unece:ContactTypeCodeList#AB": "Workshop contact",
@@ -3924,6 +4093,14 @@
3924
4093
  "unece:ContactTypeCodeList#WK": "Chartered accountant contact",
3925
4094
  "unece:ContactTypeCodeList#ZZZ": "Mutually defined"
3926
4095
  },
4096
+ "controlSettingParameterTypeCodeList": {
4097
+ "unece:definedControlSettingParameter": "A control setting parameter defined for this monitoring sensor.",
4098
+ "unece:definedControlSettingParameter_label": "Defined Control Setting Parameter"
4099
+ },
4100
+ "correctiveActionTypeCodeList": {
4101
+ "unece:applicableCorrectiveAction": "A corrective action applicable to this specified inspection result.",
4102
+ "unece:applicableCorrectiveAction_label": "Applicable Corrective Action"
4103
+ },
3927
4104
  "countryId": {
3928
4105
  "unece:CountryId#AD": "ANDORRA",
3929
4106
  "unece:CountryId#AE": "UNITED ARAB EMIRATES",
@@ -4175,6 +4352,24 @@
4175
4352
  "unece:CountryId#ZM": "ZAMBIA",
4176
4353
  "unece:CountryId#ZW": "ZIMBABWE"
4177
4354
  },
4355
+ "countrySubDivisionTypeCodeList": {
4356
+ "unece:subordinateCountrySubDivision": "A subordinate country sub-division within this trade country sub-division.",
4357
+ "unece:subordinateCountrySubDivision_label": "Subordinate Country Sub Division",
4358
+ "unece:superordinateCountrySubDivision": "A superordinate country sub-division for this trade country sub-division.",
4359
+ "unece:superordinateCountrySubDivision_label": "Superordinate Country Sub Division"
4360
+ },
4361
+ "cropProduceBatchTypeCodeList": {
4362
+ "unece:harvestedBatch": "A crop produce batch harvested in the crop production for this agricultural process.",
4363
+ "unece:harvestedBatch_label": "Harvested Batch",
4364
+ "unece:inputSpecifiedBatch": "An input batch crop produce, such as seed or fertilizer, specified for this crop produce.",
4365
+ "unece:inputSpecifiedBatch_label": "Input Specified Batch",
4366
+ "unece:outputSpecifiedBatch": "An output batch crop produce, such as potatoes, grain, straw, specified for this crop produce.",
4367
+ "unece:outputSpecifiedBatch_label": "Output Specified Batch"
4368
+ },
4369
+ "cropProtectionTreatmentTypeCodeList": {
4370
+ "unece:appliedCropProtectionTreatment": "A crop protection treatment applied during this production process.",
4371
+ "unece:appliedCropProtectionTreatment_label": "Applied Crop Protection Treatment"
4372
+ },
4178
4373
  "currencyCodeList": {
4179
4374
  "unece:CurrencyCodeList#AED": "Dirham",
4180
4375
  "unece:CurrencyCodeList#AFN": "Afghani",
@@ -4366,6 +4561,10 @@
4366
4561
  "customsProcedureGuaranteeCodeList": {
4367
4562
  "unece:CustomsProcedureGuaranteeCodeList#ZZZ": "Mutually defined"
4368
4563
  },
4564
+ "customsValuationTypeCodeList": {
4565
+ "unece:applicableCustomsValuation": "A cross-border customs valuation applicable to this supply chain consignment.",
4566
+ "unece:applicableCustomsValuation_label": "Applicable Customs Valuation"
4567
+ },
4369
4568
  "dangerousGoodsPackagingLevelCodeList": {
4370
4569
  "unece:DangerousGoodsPackagingLevelCodeList#1": "Great danger",
4371
4570
  "unece:DangerousGoodsPackagingLevelCodeList#2": "Medium danger",
@@ -5241,6 +5440,10 @@
5241
5440
  "unece:DeliveryTermsFunctionCodeList#7": "Delivered by supplier",
5242
5441
  "unece:DeliveryTermsFunctionCodeList#8": "Delivery arranged by logistic service provider"
5243
5442
  },
5443
+ "digitalMethodTypeCodeList": {
5444
+ "unece:identifiedDigitalMethod": "A digital payment method identified for this trade settlement payment means.",
5445
+ "unece:identifiedDigitalMethod_label": "Identified Digital Method"
5446
+ },
5244
5447
  "dimensionTypeCodeList": {
5245
5448
  "unece:DimensionTypeCodeList#1": "Gross dimensions",
5246
5449
  "unece:DimensionTypeCodeList#10": "External equipment dimension",
@@ -5267,6 +5470,14 @@
5267
5470
  "unece:DimensionTypeCodeList#8": "Off-standard dimension left",
5268
5471
  "unece:DimensionTypeCodeList#9": "Off-standard dimension general"
5269
5472
  },
5473
+ "disabilityTypeCodeList": {
5474
+ "unece:notifiedDisability": "A disability notified for this guest person.",
5475
+ "unece:notifiedDisability_label": "Notified Disability"
5476
+ },
5477
+ "documentCharacteristicTypeCodeList": {
5478
+ "unece:specifiedDocumentCharacteristic": "A document characteristic specified for this document status.",
5479
+ "unece:specifiedDocumentCharacteristic_label": "Specified Document Characteristic"
5480
+ },
5270
5481
  "documentCodeList": {
5271
5482
  "unece:DocumentCodeList#1": "Certificate of analysis",
5272
5483
  "unece:DocumentCodeList#10": "Party information",
@@ -6153,6 +6364,16 @@
6153
6364
  "unece:DurationUnitMeasureCode#SEC": "second [unit of time]",
6154
6365
  "unece:DurationUnitMeasureCode#WEE": "week"
6155
6366
  },
6367
+ "emissionTypeCodeList": {
6368
+ "unece:certifiedEmission": "A certified level of pollution calculated for an emission from this logistics transport means.",
6369
+ "unece:certifiedEmission_label": "Certified Emission",
6370
+ "unece:specifiedEmission": "A calculated emission specified for this logistics transport means.",
6371
+ "unece:specifiedEmission_label": "Specified Emission"
6372
+ },
6373
+ "equipmentTypeCodeList": {
6374
+ "unece:interfaceEquipment": "An interface between an OEM (Original Equipment Manufacturer) equipment and this monitoring IOT device.",
6375
+ "unece:interfaceEquipment_label": "Interface Equipment"
6376
+ },
6156
6377
  "fileSizeUnitMeasureCode": {
6157
6378
  "unece:FileSizeUnitMeasureCode#4L": "megabyte",
6158
6379
  "unece:FileSizeUnitMeasureCode#E34": "gigabyte",
@@ -6245,10 +6466,22 @@
6245
6466
  "unece:FinancialAdjustmentReasonCodeList#99": "Incorrect identification of the buyer",
6246
6467
  "unece:FinancialAdjustmentReasonCodeList#ZZZ": "Mutually defined"
6247
6468
  },
6469
+ "financialCardTypeCodeList": {
6470
+ "unece:applicableFinancialCard": "A financial card applicable to this trade settlement payment means.",
6471
+ "unece:applicableFinancialCard_label": "Applicable Financial Card",
6472
+ "unece:identifiedFinancialCard": "A financial card identified for this trade settlement payment means.",
6473
+ "unece:identifiedFinancialCard_label": "Identified Financial Card",
6474
+ "unece:specifiedFinancialCard": "A financial card specified in this header trade settlement.",
6475
+ "unece:specifiedFinancialCard_label": "Specified Financial Card"
6476
+ },
6248
6477
  "financialInstitutionRoleCodeList": {
6249
6478
  "unece:FinancialInstitutionRoleCodeList#I": "Intermediary",
6250
6479
  "unece:FinancialInstitutionRoleCodeList#S": "Settlement agent"
6251
6480
  },
6481
+ "foodChoiceTypeCodeList": {
6482
+ "unece:notifiedFoodChoice": "A food choice notified for this guest person.",
6483
+ "unece:notifiedFoodChoice_label": "Notified Food Choice"
6484
+ },
6252
6485
  "freightChargeTariffClassCodeList": {
6253
6486
  "unece:FreightChargeTariffClassCodeList#A": "Senior person rate",
6254
6487
  "unece:FreightChargeTariffClassCodeList#B": "Basic",
@@ -7868,6 +8101,22 @@
7868
8101
  "unece:FreightChargeTypeId#609144": "Sweeping 45 feet container",
7869
8102
  "unece:FreightChargeTypeId#609145": "Waiting time at Customs X-Ray Station"
7870
8103
  },
8104
+ "fuelTypeCodeList": {
8105
+ "unece:includedFuel": "Gaseous fuels included in the transport of these dangerous goods.",
8106
+ "unece:includedFuel_label": "Included Fuel"
8107
+ },
8108
+ "geopoliticalRegionTypeCodeList": {
8109
+ "unece:exportGeopoliticalRegion": "The geopolitical region of export for this supply chain consignment item.",
8110
+ "unece:exportGeopoliticalRegion_label": "Export Geopolitical Region",
8111
+ "unece:originGeopoliticalRegion": "The geopolitical region of origin for this supply chain consignment item.",
8112
+ "unece:originGeopoliticalRegion_label": "Origin Geopolitical Region"
8113
+ },
8114
+ "goodsCharacteristicTypeCodeList": {
8115
+ "unece:applicableGoodsCharacteristic": "A distinguishing material feature applicable to this trade product instance.",
8116
+ "unece:applicableGoodsCharacteristic_label": "Applicable Goods Characteristic",
8117
+ "unece:carriedGoodsCharacteristic": "Material characteristics of goods carried during this logistics transport movement.",
8118
+ "unece:carriedGoodsCharacteristic_label": "Carried Goods Characteristic"
8119
+ },
7871
8120
  "goodsTypeCodeList": {
7872
8121
  "unece:GoodsTypeCodeList#ZZZ": "Mutually defined"
7873
8122
  },
@@ -7886,6 +8135,22 @@
7886
8135
  "unece:GovernmentActionCodeList#8": "Container inspection",
7887
8136
  "unece:GovernmentActionCodeList#9": "Cargo packaging inspection"
7888
8137
  },
8138
+ "governmentRegistrationTypeCodeList": {
8139
+ "unece:specifiedGovernmentRegistration": "A governmental registration specified for this trade party.",
8140
+ "unece:specifiedGovernmentRegistration_label": "Specified Government Registration"
8141
+ },
8142
+ "groupedWorkItemTypeCodeList": {
8143
+ "unece:itemGroupedWorkItem": "A grouped work item in this valuation breakdown statement.",
8144
+ "unece:itemGroupedWorkItem_label": "Item Grouped Work Item"
8145
+ },
8146
+ "guestHealthIndicationTypeCodeList": {
8147
+ "unece:notifiedHealthIndication": "A health indication notified for this guest person.",
8148
+ "unece:notifiedHealthIndication_label": "Notified Health Indication"
8149
+ },
8150
+ "inspectionEventTypeCodeList": {
8151
+ "unece:specifiedInspectionEvent": "A specified inspection event for this sustainability inspection.",
8152
+ "unece:specifiedInspectionEvent_label": "Specified Inspection Event"
8153
+ },
7889
8154
  "invoiceDocumentCodeList": {
7890
8155
  "unece:InvoiceDocumentCodeList#261": "Self billed credit note",
7891
8156
  "unece:InvoiceDocumentCodeList#262": "Consolidated credit note - goods and services",
@@ -7905,6 +8170,16 @@
7905
8170
  "unece:InvoiceDocumentCodeList#83": "Credit note related to financial adjustments",
7906
8171
  "unece:InvoiceDocumentCodeList#84": "Debit note related to financial adjustments"
7907
8172
  },
8173
+ "iOTDeviceTypeCodeList": {
8174
+ "unece:attachedIOTDevice": "An IOT device attached to this logistics transport means.",
8175
+ "unece:attachedIOTDevice_label": "Attached IOT Device",
8176
+ "unece:reportingIOTDevice": "An IOT device for this transport reporting event.",
8177
+ "unece:reportingIOTDevice_label": "Reporting IOT Device"
8178
+ },
8179
+ "issueTypeCodeList": {
8180
+ "unece:specifiedIssue": "A target issue specified for this electronic negotiation exchange.",
8181
+ "unece:specifiedIssue_label": "Specified Issue"
8182
+ },
7908
8183
  "languageCodeList": {
7909
8184
  "unece:LanguageCodeList#AA": "Afar",
7910
8185
  "unece:LanguageCodeList#AB": "Abkhazian",
@@ -8649,6 +8924,18 @@
8649
8924
  "unece:LanguageId#zh": "Chinese",
8650
8925
  "unece:LanguageId#zu": "Zulu"
8651
8926
  },
8927
+ "legalOrganizationTypeCodeList": {
8928
+ "unece:specifiedLegalOrganization": "The legally constituted organization specified for this trade party.",
8929
+ "unece:specifiedLegalOrganization_label": "Specified Legal Organization"
8930
+ },
8931
+ "legalRegistrationTypeCodeList": {
8932
+ "unece:authorizedRegistration": "A legal registration authorized for this legally set up organization.",
8933
+ "unece:authorizedRegistration_label": "Authorized Registration"
8934
+ },
8935
+ "licenceTypeCodeList": {
8936
+ "unece:applicableLicence": "A specified licence applicable to this production process.",
8937
+ "unece:applicableLicence_label": "Applicable Licence"
8938
+ },
8652
8939
  "lifetimeEndCostCodeList": {
8653
8940
  "unece:LifetimeEndCostCodeList#1": "Cost of restoration of site",
8654
8941
  "unece:LifetimeEndCostCodeList#10": "Cost of the reduction of the sound broadcasts",
@@ -9107,9 +9394,17 @@
9107
9394
  "unece:LocationFunctionCodeList#99": "Place of empty equipment return",
9108
9395
  "unece:LocationFunctionCodeList#ZZZ": "Mutually defined"
9109
9396
  },
9397
+ "locationPartyTypeCodeList": {
9398
+ "unece:servicingSpecifiedParty": "A servicing party specified for this logistics related location.",
9399
+ "unece:servicingSpecifiedParty_label": "Servicing Specified Party"
9400
+ },
9110
9401
  "logisticsChargeCalculationBasisCodeList": {
9111
9402
  "unece:LogisticsChargeCalculationBasisCodeList#ZZZ": "Mutually defined"
9112
9403
  },
9404
+ "logisticsPackagingTypeCodeList": {
9405
+ "unece:applicableLogisticsPackaging": "Logistics packaging applicable to this trade product.",
9406
+ "unece:applicableLogisticsPackaging_label": "Applicable Logistics Packaging"
9407
+ },
9113
9408
  "logisticsStatusCodeList": {
9114
9409
  "unece:LogisticsStatusCodeList#1": "Arrival, completed",
9115
9410
  "unece:LogisticsStatusCodeList#10": "Cleared, by agriculture, food or fisheries authorities",
@@ -9448,6 +9743,16 @@
9448
9743
  "unece:LogisticsStatusCodeList#98": "Transferred in",
9449
9744
  "unece:LogisticsStatusCodeList#99": "Transferred out"
9450
9745
  },
9746
+ "machineTypeCodeList": {
9747
+ "unece:allocatedMachine": "A machine allocated to this production process.",
9748
+ "unece:allocatedMachine_label": "Allocated Machine",
9749
+ "unece:applicableMachine": "A production machine applicable to this facility production unit.",
9750
+ "unece:applicableMachine_label": "Applicable Machine",
9751
+ "unece:combinedMachine": "A production machine combined with this production machine.",
9752
+ "unece:combinedMachine_label": "Combined Machine",
9753
+ "unece:specifiedMachine": "A production machine specified for this product print.",
9754
+ "unece:specifiedMachine_label": "Specified Machine"
9755
+ },
9451
9756
  "markingInstructionCodeList": {
9452
9757
  "unece:MarkingInstructionCodeList#1": "Do not mark suppliers company name",
9453
9758
  "unece:MarkingInstructionCodeList#10": "Mark batch number",
@@ -9500,6 +9805,26 @@
9500
9805
  "unece:MarkingInstructionCodeList#9": "Mark tare weight",
9501
9806
  "unece:MarkingInstructionCodeList#ZZZ": "Mutually defined"
9502
9807
  },
9808
+ "mDHHealthIndicationTypeCodeList": {
9809
+ "unece:diedOnboardHealthIndication": "A died onboard indication for this MDH transportation health.",
9810
+ "unece:diedOnboardHealthIndication_label": "Died Onboard Health Indication",
9811
+ "unece:diseaseOnboardHealthIndication": "A disease onboard indication for this MDH transportation health.",
9812
+ "unece:diseaseOnboardHealthIndication_label": "Disease Onboard Health Indication",
9813
+ "unece:illPersonNowOnboardHealthIndication": "An ill person or persons now onboard indication for this MDH transportation health.",
9814
+ "unece:illPersonNowOnboardHealthIndication_label": "Ill Person Now Onboard Health Indication",
9815
+ "unece:medicalPractitionerConsultedHealthIndication": "A medical practitioner consulted indication for this MDH transportation health.",
9816
+ "unece:medicalPractitionerConsultedHealthIndication_label": "Medical Practitioner Consulted Health Indication",
9817
+ "unece:moreIllOnboardHealthIndication": "A more ill onboard indication for this MDH transportation health.",
9818
+ "unece:moreIllOnboardHealthIndication_label": "More Ill Onboard Health Indication",
9819
+ "unece:onboardInfectionConditionHealthIndication": "An onboard infection condition indication for this MDH transportation health.",
9820
+ "unece:onboardInfectionConditionHealthIndication_label": "Onboard Infection Condition Health Indication",
9821
+ "unece:sanitaryMeasureAppliedHealthIndication": "An applied sanitary measure indication for this MDH transportation health.",
9822
+ "unece:sanitaryMeasureAppliedHealthIndication_label": "Sanitary Measure Applied Health Indication",
9823
+ "unece:sickAnimalOnboardHealthIndication": "A sick animal or animals onboard indication for this MDH transportation health.",
9824
+ "unece:sickAnimalOnboardHealthIndication_label": "Sick Animal Onboard Health Indication",
9825
+ "unece:stowawayFoundOnboardHealthIndication": "A stowaway or stowaways found onboard indication for this MDH transportation health.",
9826
+ "unece:stowawayFoundOnboardHealthIndication_label": "Stowaway Found Onboard Health Indication"
9827
+ },
9503
9828
  "measuredAttributeCodeList": {
9504
9829
  "unece:MeasuredAttributeCodeList#A": "Consolidated weight",
9505
9830
  "unece:MeasuredAttributeCodeList#AAA": "Net weight",
@@ -9794,6 +10119,16 @@
9794
10119
  "unece:MeasuredAttributeCodeList#ZZR": "Zirconium",
9795
10120
  "unece:MeasuredAttributeCodeList#ZZZ": "Mutually defined"
9796
10121
  },
10122
+ "measurementTypeCodeList": {
10123
+ "unece:associatedMeasurement": "A measurement associated with this document clause.",
10124
+ "unece:associatedMeasurement_label": "Associated Measurement",
10125
+ "unece:controlTemperatureMeasurement": "The measurement of the control temperature of these transported dangerous goods.",
10126
+ "unece:controlTemperatureMeasurement_label": "Control Temperature Measurement",
10127
+ "unece:emergencyTemperatureMeasurement": "The measurement of the emergency temperature of these transported dangerous goods.",
10128
+ "unece:emergencyTemperatureMeasurement_label": "Emergency Temperature Measurement",
10129
+ "unece:flashpointTemperatureMeasurement": "A measurement of the flashpoint temperature of these transported dangerous goods.",
10130
+ "unece:flashpointTemperatureMeasurement_label": "Flashpoint Temperature Measurement"
10131
+ },
9797
10132
  "messageFunctionCodeList": {
9798
10133
  "unece:MessageFunctionCodeList#1": "Cancellation",
9799
10134
  "unece:MessageFunctionCodeList#10": "Not found",
@@ -9869,6 +10204,40 @@
9869
10204
  "unece:MessageFunctionCodeList#8": "Status",
9870
10205
  "unece:MessageFunctionCodeList#9": "Original"
9871
10206
  },
10207
+ "metricCharacteristicTypeCodeList": {
10208
+ "unece:applicableMetricCharacteristic": "A metric characteristic applicable to this referenced standard.",
10209
+ "unece:applicableMetricCharacteristic_label": "Applicable Metric Characteristic",
10210
+ "unece:maximumSpecifiedCharacteristic": "The maximum metric characteristic specified for this target issue.",
10211
+ "unece:maximumSpecifiedCharacteristic_label": "Maximum Specified Characteristic",
10212
+ "unece:minimumSpecifiedCharacteristic": "The minimum metric characteristic specified for this target issue.",
10213
+ "unece:minimumSpecifiedCharacteristic_label": "Minimum Specified Characteristic",
10214
+ "unece:specifiedMetricCharacteristic": "The metric characteristic specified for this target issue.",
10215
+ "unece:specifiedMetricCharacteristic_label": "Specified Metric Characteristic"
10216
+ },
10217
+ "negotiationContextTypeCodeList": {
10218
+ "unece:specifiedContext": "A context specified for this electronic negotiation exchange.",
10219
+ "unece:specifiedContext_label": "Specified Context"
10220
+ },
10221
+ "objectTypeCodeList": {
10222
+ "unece:assessedObject": "An object assessed for this specified assessment.",
10223
+ "unece:assessedObject_label": "Assessed Object",
10224
+ "unece:certifiedObject": "An object certified by this specified certificate.",
10225
+ "unece:certifiedObject_label": "Certified Object",
10226
+ "unece:verifiedObject": "An object verified for this specified declaration.",
10227
+ "unece:verifiedObject_label": "Verified Object"
10228
+ },
10229
+ "observationObjectiveParameterTypeCodeList": {
10230
+ "unece:interpretationResultApplicableParameter": "An applicable objective observation parameter of the interpretation result for this inspection result characteristic.",
10231
+ "unece:interpretationResultApplicableParameter_label": "Interpretation Result Applicable Parameter"
10232
+ },
10233
+ "operationalParameterTypeCodeList": {
10234
+ "unece:definedOperationalParameter": "An operational parameter defined for this monitoring sensor.",
10235
+ "unece:definedOperationalParameter_label": "Defined Operational Parameter"
10236
+ },
10237
+ "organizationCharacteristicTypeCodeList": {
10238
+ "unece:applicableOrganizationCharacteristic": "A characteristic applicable to this organization certificate.",
10239
+ "unece:applicableOrganizationCharacteristic_label": "Applicable Organization Characteristic"
10240
+ },
9872
10241
  "organizationFunctionTypeCodeList": {
9873
10242
  "unece:OrganizationFunctionTypeCodeList#5": "Management Chartered Centre",
9874
10243
  "unece:OrganizationFunctionTypeCodeList#6": "Management Chartered Association",
@@ -10980,6 +11349,18 @@
10980
11349
  "unece:PartyTypeCodeList#SEC": "Section",
10981
11350
  "unece:PartyTypeCodeList#SER": "Service"
10982
11351
  },
11352
+ "paymentFinancialAccountTypeCodeList": {
11353
+ "unece:specifiedPaymentFinancialAccount": "A payment financial account specified for this payment financial institution.",
11354
+ "unece:specifiedPaymentFinancialAccount_label": "Specified Payment Financial Account"
11355
+ },
11356
+ "paymentFinancialInstitutionTypeCodeList": {
11357
+ "unece:creditorSpecifiedFinancialInstitution": "A creditor financial institution specified for this trade settlement payment means.",
11358
+ "unece:creditorSpecifiedFinancialInstitution_label": "Creditor Specified Financial Institution",
11359
+ "unece:debtorSpecifiedFinancialInstitution": "A debtor financial institution specified for this trade settlement payment means.",
11360
+ "unece:debtorSpecifiedFinancialInstitution_label": "Debtor Specified Financial Institution",
11361
+ "unece:specifiedPaymentFinancialInstitution": "A financial institution specified for this trade settlement payment means.",
11362
+ "unece:specifiedPaymentFinancialInstitution_label": "Specified Payment Financial Institution"
11363
+ },
10983
11364
  "paymentGuaranteeMeansCodeList": {
10984
11365
  "unece:PaymentGuaranteeMeansCodeList#1": "Factor guarantee",
10985
11366
  "unece:PaymentGuaranteeMeansCodeList#10": "Bank guarantee",
@@ -11249,6 +11630,20 @@
11249
11630
  "unece:PaymentTermsTypeCodeList#9": "Proximo",
11250
11631
  "unece:PaymentTermsTypeCodeList#ZZZ": "Mutually defined"
11251
11632
  },
11633
+ "paymentTradeSettlementTypeCodeList": {
11634
+ "unece:specifiedPaymentTradeSettlement": "A payment trade settlement specified for this trade price.",
11635
+ "unece:specifiedPaymentTradeSettlement_label": "Specified Payment Trade Settlement"
11636
+ },
11637
+ "personalEffectsTypeCodeList": {
11638
+ "unece:crewPersonalEffects": "Personal effects of an individual member of the crew for this logistics transport movement.",
11639
+ "unece:crewPersonalEffects_label": "Crew Personal Effects",
11640
+ "unece:declaredPersonalEffects": "Personal effects use declared by a transport person.",
11641
+ "unece:declaredPersonalEffects_label": "Declared Personal Effects"
11642
+ },
11643
+ "preventiveActionTypeCodeList": {
11644
+ "unece:applicablePreventiveAction": "A preventive action applicable to this specified inspection result.",
11645
+ "unece:applicablePreventiveAction_label": "Applicable Preventive Action"
11646
+ },
11252
11647
  "priceTypeCodeList": {
11253
11648
  "unece:PriceTypeCodeList#AA": "Cancellation price",
11254
11649
  "unece:PriceTypeCodeList#AB": "Per ton",
@@ -11290,6 +11685,10 @@
11290
11685
  "unece:PriceTypeCodeList#WH": "Wholesale",
11291
11686
  "unece:PriceTypeCodeList#WI": "Gross volume"
11292
11687
  },
11688
+ "printTypeCodeList": {
11689
+ "unece:specifiedPrint": "A product print specified for this trade product.",
11690
+ "unece:specifiedPrint_label": "Specified Print"
11691
+ },
11293
11692
  "priorityDescriptionCodeList": {
11294
11693
  "unece:PriorityDescriptionCodeList#1": "Immediate",
11295
11694
  "unece:PriorityDescriptionCodeList#2": "Urgent",
@@ -11460,6 +11859,92 @@
11460
11859
  "unece:ProcessTypeCodeList#99": "Washing",
11461
11860
  "unece:ProcessTypeCodeList#ZZZ": "Mutually defined"
11462
11861
  },
11862
+ "processWorkItemTypeCodeList": {
11863
+ "unece:performedWorkItem": "A work item performed for this production process.",
11864
+ "unece:performedWorkItem_label": "Performed Work Item"
11865
+ },
11866
+ "produceTypeCodeList": {
11867
+ "unece:harvestedProduce": "Crop produce harvested from this agricultural zone area.",
11868
+ "unece:harvestedProduce_label": "Harvested Produce",
11869
+ "unece:specifiedProduce": "A crop produce specified for this crop produce batch.",
11870
+ "unece:specifiedProduce_label": "Specified Produce"
11871
+ },
11872
+ "productBatchCharacteristicTypeCodeList": {
11873
+ "unece:applicableProductBatchCharacteristic": "A product batch characteristic applicable to this product batch.",
11874
+ "unece:applicableProductBatchCharacteristic_label": "Applicable Product Batch Characteristic",
11875
+ "unece:specifiedProductBatchCharacteristic": "A product batch characteristic specified for this product batch.",
11876
+ "unece:specifiedProductBatchCharacteristic_label": "Specified Product Batch Characteristic"
11877
+ },
11878
+ "productBatchTypeCodeList": {
11879
+ "unece:applicableBatch": "A product batch applicable to this supply chain trade line item.",
11880
+ "unece:applicableBatch_label": "Applicable Batch",
11881
+ "unece:componentBatch": "A product batch component of this product batch.",
11882
+ "unece:componentBatch_label": "Component Batch",
11883
+ "unece:includedBatch": "A product batch included in this supply chain inventory.",
11884
+ "unece:includedBatch_label": "Included Batch",
11885
+ "unece:inputApplicableBatch": "An input batch applicable to this production machine.",
11886
+ "unece:inputApplicableBatch_label": "Input Applicable Batch",
11887
+ "unece:outputApplicableBatch": "An output batch applicable to this specified production device.",
11888
+ "unece:outputApplicableBatch_label": "Output Applicable Batch",
11889
+ "unece:relatedBatch": "A product batch related to this trade party.",
11890
+ "unece:relatedBatch_label": "Related Batch",
11891
+ "unece:specifiedProductBatch": "A product batch specified for this specified agricultural application.",
11892
+ "unece:specifiedProductBatch_label": "Specified Product Batch",
11893
+ "unece:substituteApplicableBatch": "A substitute product batch applicable to this supply chain trade line item.",
11894
+ "unece:substituteApplicableBatch_label": "Substitute Applicable Batch",
11895
+ "unece:substitutedApplicableBatch": "A substituted product batch applicable to this supply chain trade line item.",
11896
+ "unece:substitutedApplicableBatch_label": "Substituted Applicable Batch"
11897
+ },
11898
+ "productCharacteristicConditionTypeCodeList": {
11899
+ "unece:applicableCondition": "A condition applicable to this product characteristic.",
11900
+ "unece:applicableCondition_label": "Applicable Condition"
11901
+ },
11902
+ "productCharacteristicTypeCodeList": {
11903
+ "unece:applicableProductCharacteristic": "A characteristic applicable to this trade product.",
11904
+ "unece:applicableProductCharacteristic_label": "Applicable Product Characteristic",
11905
+ "unece:classCharacteristic": "A product class characteristic for this product classification.",
11906
+ "unece:classCharacteristic_label": "Class Characteristic",
11907
+ "unece:productCharacteristic": "A product characteristic for this trade product instance.",
11908
+ "unece:productCharacteristic_label": "Product Characteristic"
11909
+ },
11910
+ "productFinishingTreatmentTypeCodeList": {
11911
+ "unece:appliedProductFinishingTreatment": "A product finishing treatment applied during this production process.",
11912
+ "unece:appliedProductFinishingTreatment_label": "Applied Product Finishing Treatment"
11913
+ },
11914
+ "productionDeviceTypeCodeList": {
11915
+ "unece:allocatedProductionDevice": "A production device allocated to this production process.",
11916
+ "unece:allocatedProductionDevice_label": "Allocated Production Device",
11917
+ "unece:applicableProductionDevice": "A production device applicable to this facility production unit.",
11918
+ "unece:applicableProductionDevice_label": "Applicable Production Device",
11919
+ "unece:combinedProductionDevice": "A production device combined with this production machine.",
11920
+ "unece:combinedProductionDevice_label": "Combined Production Device"
11921
+ },
11922
+ "productionUnitTypeCodeList": {
11923
+ "unece:relatedProductionUnit": "A facility production unit related to this referenced location.",
11924
+ "unece:relatedProductionUnit_label": "Related Production Unit",
11925
+ "unece:specifiedProductionUnit": "A facility production unit for this specified production device.",
11926
+ "unece:specifiedProductionUnit_label": "Specified Production Unit",
11927
+ "unece:subordinateProductionUnit": "A production unit subordinate to this facility production unit.",
11928
+ "unece:subordinateProductionUnit_label": "Subordinate Production Unit"
11929
+ },
11930
+ "productionWasteMaterialComponentTypeCodeList": {
11931
+ "unece:includedProductionWasteMaterialComponent": "A production waste material component included in this production waste material.",
11932
+ "unece:includedProductionWasteMaterialComponent_label": "Included Production Waste Material Component"
11933
+ },
11934
+ "productionWasteMaterialTypeCodeList": {
11935
+ "unece:reportedProductionWasteMaterial": "Production waste material reported for this agricultural crop production process.",
11936
+ "unece:reportedProductionWasteMaterial_label": "Reported Production Waste Material"
11937
+ },
11938
+ "projectTypeCodeList": {
11939
+ "unece:specifiedProject": "The procuring project specified for this header trade agreement.",
11940
+ "unece:specifiedProject_label": "Specified Project"
11941
+ },
11942
+ "quantityAnalysisTypeCodeList": {
11943
+ "unece:breakdownQuantityAnalysis": "A quantity analysis breakdown of this work item quantity analysis.",
11944
+ "unece:breakdownQuantityAnalysis_label": "Breakdown Quantity Analysis",
11945
+ "unece:totalQuantityAnalysis": "An analysis of the total quantity for this basic work item.",
11946
+ "unece:totalQuantityAnalysis_label": "Total Quantity Analysis"
11947
+ },
11463
11948
  "quotationDocumentCodeList": {
11464
11949
  "unece:QuotationDocumentCodeList#310": "Offer / quotation",
11465
11950
  "unece:QuotationDocumentCodeList#311": "Request for quote",
@@ -11480,6 +11965,18 @@
11480
11965
  "unece:QuotationDocumentCodeList#445": "Request for contract price and delivery quote",
11481
11966
  "unece:QuotationDocumentCodeList#446": "Request for price quote, specified end-customer"
11482
11967
  },
11968
+ "radioactiveMaterialTypeCodeList": {
11969
+ "unece:radioactiveMaterial": "The radioactive material (Class 7) transported as dangerous goods.",
11970
+ "unece:radioactiveMaterial_label": "Radioactive Material"
11971
+ },
11972
+ "rangeTypeCodeList": {
11973
+ "unece:definedRange": "A defined range specified for this operational parameter.",
11974
+ "unece:definedRange_label": "Defined Range",
11975
+ "unece:requestedRange": "A requested range specified for this control setting parameter.",
11976
+ "unece:requestedRange_label": "Requested Range",
11977
+ "unece:valueRange": "A range specified for a value of this metric characteristic.",
11978
+ "unece:valueRange_label": "Value Range"
11979
+ },
11483
11980
  "referenceCodeList": {
11484
11981
  "unece:ReferenceCodeList#AAA": "Order acknowledgement document identifier",
11485
11982
  "unece:ReferenceCodeList#AAB": "Proforma invoice document identifier",
@@ -12307,6 +12804,10 @@
12307
12804
  "remittanceDocumentCodeList": {
12308
12805
  "unece:RemittanceDocumentCodeList#481": "Remittance advice"
12309
12806
  },
12807
+ "requirementTypeCodeList": {
12808
+ "unece:providedRequirement": "A requirement provided for this experience product.",
12809
+ "unece:providedRequirement_label": "Provided Requirement"
12810
+ },
12310
12811
  "responseTypeCodeList": {
12311
12812
  "unece:ResponseTypeCodeList#AA": "Debit advice",
12312
12813
  "unece:ResponseTypeCodeList#AB": "Message acknowledgement",
@@ -12367,11 +12868,31 @@
12367
12868
  "unece:ResponsibleGovernmentAgencyInvolvementCodeList#7": "Applicable",
12368
12869
  "unece:ResponsibleGovernmentAgencyInvolvementCodeList#8": "Export certificate required"
12369
12870
  },
12871
+ "sanitaryMeasureTypeCodeList": {
12872
+ "unece:appliedSanitaryMeasure": "A sanitary measure applied for this MDH health indication.",
12873
+ "unece:appliedSanitaryMeasure_label": "Applied Sanitary Measure"
12874
+ },
12370
12875
  "scenarioTypeCodeList": {
12371
12876
  "unece:ScenarioTypeCodeList#1": "Initial scenario",
12372
12877
  "unece:ScenarioTypeCodeList#2": "Final scenario",
12373
12878
  "unece:ScenarioTypeCodeList#3": "Intermediate"
12374
12879
  },
12880
+ "scheduleTypeCodeList": {
12881
+ "unece:consumptionSchedule": "A supply chain consumption schedule, at line level, for this trade delivery.",
12882
+ "unece:consumptionSchedule_label": "Consumption Schedule",
12883
+ "unece:deliverySchedule": "A supply chain delivery schedule, at line level, for this trade delivery.",
12884
+ "unece:deliverySchedule_label": "Delivery Schedule",
12885
+ "unece:despatchSchedule": "A supply chain despatch schedule, at line level, for this trade delivery.",
12886
+ "unece:despatchSchedule_label": "Despatch Schedule",
12887
+ "unece:orderSchedule": "A supply chain order schedule, at line level, for this trade delivery.",
12888
+ "unece:orderSchedule_label": "Order Schedule",
12889
+ "unece:receiptSchedule": "A supply chain receipt schedule, at line level, for this trade delivery.",
12890
+ "unece:receiptSchedule_label": "Receipt Schedule",
12891
+ "unece:specifiedSchedule": "A supply chain schedule, at header level, specified for this trade delivery.",
12892
+ "unece:specifiedSchedule_label": "Specified Schedule",
12893
+ "unece:supplySpecifiedSchedule": "A supply (replenishment) schedule, specified at line level, for this trade delivery.",
12894
+ "unece:supplySpecifiedSchedule_label": "Supply Specified Schedule"
12895
+ },
12375
12896
  "schedulingDocumentCodeList": {
12376
12897
  "unece:SchedulingDocumentCodeList#240": "Delivery instructions",
12377
12898
  "unece:SchedulingDocumentCodeList#241": "Delivery schedule",
@@ -12396,11 +12917,177 @@
12396
12917
  "unece:SealingPartyRoleCodeList#SH": "Shipper",
12397
12918
  "unece:SealingPartyRoleCodeList#TO": "Terminal operator"
12398
12919
  },
12920
+ "securityTagTypeCodeList": {
12921
+ "unece:attachedSecurityTag": "A tag device attached to this trade product to provide protection from a peril such as theft.",
12922
+ "unece:attachedSecurityTag_label": "Attached Security Tag"
12923
+ },
12924
+ "segmentTypeCodeList": {
12925
+ "unece:includedSegment": "A segment included in this label section.",
12926
+ "unece:includedSegment_label": "Included Segment"
12927
+ },
12928
+ "sensorTypeCodeList": {
12929
+ "unece:embeddedSensor": "An embedded sensor of this monitoring IOT device.",
12930
+ "unece:embeddedSensor_label": "Embedded Sensor",
12931
+ "unece:remoteSensor": "A remote sensor of this monitoring IOT device.",
12932
+ "unece:remoteSensor_label": "Remote Sensor"
12933
+ },
12399
12934
  "softwareUserTypeCodeList": {
12400
12935
  "unece:SoftwareUserTypeCodeList#I": "Intermediate",
12401
12936
  "unece:SoftwareUserTypeCodeList#R": "Recipient",
12402
12937
  "unece:SoftwareUserTypeCodeList#S": "Sender"
12403
12938
  },
12939
+ "specificationQueryTypeCodeList": {
12940
+ "unece:requestingQuery": "A requesting specification query for this work item complex description.",
12941
+ "unece:requestingQuery_label": "Requesting Query"
12942
+ },
12943
+ "specifiedActionTypeCodeList": {
12944
+ "unece:applicableSpecifiedAction": "An action applicable to this specified inspection result.",
12945
+ "unece:applicableSpecifiedAction_label": "Applicable Specified Action"
12946
+ },
12947
+ "specifiedChemicalTreatmentTypeCodeList": {
12948
+ "unece:appliedChemicalTreatment": "A chemical treatment applied during this production process.",
12949
+ "unece:appliedChemicalTreatment_label": "Applied Chemical Treatment"
12950
+ },
12951
+ "specifiedDeclarationTypeCodeList": {
12952
+ "unece:applicableDeclaration": "A specified declaration applicable to this production process.",
12953
+ "unece:applicableDeclaration_label": "Applicable Declaration"
12954
+ },
12955
+ "specifiedFaultTypeCodeList": {
12956
+ "unece:applicableFault": "A fault applicable to this trade product.",
12957
+ "unece:applicableFault_label": "Applicable Fault"
12958
+ },
12959
+ "specifiedFeatureTypeCodeList": {
12960
+ "unece:distinctiveFeature": "A distinctive feature of this experience product.",
12961
+ "unece:distinctiveFeature_label": "Distinctive Feature"
12962
+ },
12963
+ "specifiedInspectionTypeCodeList": {
12964
+ "unece:applicableSpecifiedInspection": "A specified inspection applicable to this logistics transport movement.",
12965
+ "unece:applicableSpecifiedInspection_label": "Applicable Specified Inspection"
12966
+ },
12967
+ "specifiedMaterialTypeCodeList": {
12968
+ "unece:applicableMaterial": "Material applicable for this supply chain trade line item.",
12969
+ "unece:applicableMaterial_label": "Applicable Material",
12970
+ "unece:appliedMaterial": "Specified material applied to this agricultural application.",
12971
+ "unece:appliedMaterial_label": "Applied Material",
12972
+ "unece:componentMaterial": "A material component of this trade product.",
12973
+ "unece:componentMaterial_label": "Component Material",
12974
+ "unece:includedMaterial": "Material included in this supply chain inventory.",
12975
+ "unece:includedMaterial_label": "Included Material",
12976
+ "unece:inputApplicableMaterial": "Input material applicable to this facility production unit.",
12977
+ "unece:inputApplicableMaterial_label": "Input Applicable Material",
12978
+ "unece:outputApplicableMaterial": "Output material applicable to this facility production unit.",
12979
+ "unece:outputApplicableMaterial_label": "Output Applicable Material",
12980
+ "unece:relatedMaterial": "Material related to this trade party.",
12981
+ "unece:relatedMaterial_label": "Related Material",
12982
+ "unece:substituteApplicableMaterial": "Substitute material applicable for this supply chain trade line item.",
12983
+ "unece:substituteApplicableMaterial_label": "Substitute Applicable Material",
12984
+ "unece:substitutedApplicableMaterial": "Substituted material applicable for this supply chain trade line item.",
12985
+ "unece:substitutedApplicableMaterial_label": "Substituted Applicable Material",
12986
+ "unece:usedMaterial": "Material used for this specified crop protection treatment.",
12987
+ "unece:usedMaterial_label": "Used Material"
12988
+ },
12989
+ "specifiedParameterTypeCodeList": {
12990
+ "unece:applicableParameter": "A parameter applicable to this specified method.",
12991
+ "unece:applicableParameter_label": "Applicable Parameter",
12992
+ "unece:operationalApplicableParameter": "An operational parameter applicable to this production machine.",
12993
+ "unece:operationalApplicableParameter_label": "Operational Applicable Parameter",
12994
+ "unece:qualityParameter": "A quality parameter specified for this trade product.",
12995
+ "unece:qualityParameter_label": "Quality Parameter",
12996
+ "unece:requestedOperationalApplicableParameter": "A requested operational parameter applicable to this production machine.",
12997
+ "unece:requestedOperationalApplicableParameter_label": "Requested Operational Applicable Parameter",
12998
+ "unece:valueParameter": "A parameter specified for a value for this metric characteristic.",
12999
+ "unece:valueParameter_label": "Value Parameter"
13000
+ },
13001
+ "specifiedPeriodTypeCodeList": {
13002
+ "unece:acceptablePeriod": "The specified period within which this referenced document may be accepted.",
13003
+ "unece:acceptablePeriod_label": "Acceptable Period",
13004
+ "unece:accessAvailabilityPeriod": "The specified period when access to this binary file is available.",
13005
+ "unece:accessAvailabilityPeriod_label": "Access Availability Period",
13006
+ "unece:actualOccurrencePeriod": "The actual period of time during which this transport event occurred.",
13007
+ "unece:actualOccurrencePeriod_label": "Actual Occurrence Period",
13008
+ "unece:actualPerformancePeriod": "An actual period of performance for this referenced transport service.",
13009
+ "unece:actualPerformancePeriod_label": "Actual Performance Period",
13010
+ "unece:applicablePeriod": "A period applicable to this cross-border regulatory procedure.",
13011
+ "unece:applicablePeriod_label": "Applicable Period",
13012
+ "unece:appliedPeriod": "A period during which this chemical treatment is applied.",
13013
+ "unece:appliedPeriod_label": "Applied Period",
13014
+ "unece:associatedPeriod": "A period of time associated with this document clause.",
13015
+ "unece:associatedPeriod_label": "Associated Period",
13016
+ "unece:availablePeriod": "An available period for this specified experience item.",
13017
+ "unece:availablePeriod_label": "Available Period",
13018
+ "unece:billingPeriod": "A billing period specified for this header trade settlement.",
13019
+ "unece:billingPeriod_label": "Billing Period",
13020
+ "unece:completionPeriod": "The specified period of completion for this product handling process.",
13021
+ "unece:completionPeriod_label": "Completion Period",
13022
+ "unece:delayOccurrencePeriod": "A specified period of time during which this transport event is delayed.",
13023
+ "unece:delayOccurrencePeriod_label": "Delay Occurrence Period",
13024
+ "unece:depositValueValidityPeriod": "The specified period during which the deposit value specified in these returnable asset instructions is valid.",
13025
+ "unece:depositValueValidityPeriod_label": "Deposit Value Validity Period",
13026
+ "unece:discretePeriod": "A discrete period specified for this supply chain event.",
13027
+ "unece:discretePeriod_label": "Discrete Period",
13028
+ "unece:effectiveSpecifiedPeriod": "The period within which this document line is effective.",
13029
+ "unece:effectiveSpecifiedPeriod_label": "Effective Specified Period",
13030
+ "unece:estimatedPerformancePeriod": "An estimated period of performance for this referenced transport service.",
13031
+ "unece:estimatedPerformancePeriod_label": "Estimated Performance Period",
13032
+ "unece:exclusivityPeriod": "The exclusivity period specified in this line trade agreement.",
13033
+ "unece:exclusivityPeriod_label": "Exclusivity Period",
13034
+ "unece:frequencyEffectivePeriod": "A specified period of time for which a frequency is effective for this transport route.",
13035
+ "unece:frequencyEffectivePeriod_label": "Frequency Effective Period",
13036
+ "unece:guaranteedProductLifeSpanPeriod": "The guaranteed product life span specified in this line trade agreement.",
13037
+ "unece:guaranteedProductLifeSpanPeriod_label": "Guaranteed Product Life Span Period",
13038
+ "unece:laycanOccurrencePeriod": "The specified period of laycan time during which this transport event occurs.",
13039
+ "unece:laycanOccurrencePeriod_label": "Laycan Occurrence Period",
13040
+ "unece:maximumOrderQuantityOrderingPeriod": "The maximum order quantity ordering period specified in this line trade agreement.",
13041
+ "unece:maximumOrderQuantityOrderingPeriod_label": "Maximum Order Quantity Ordering Period",
13042
+ "unece:minimumOrderQuantityOrderingPeriod": "The minimum order quantity ordering period specified in this line trade agreement.",
13043
+ "unece:minimumOrderQuantityOrderingPeriod_label": "Minimum Order Quantity Ordering Period",
13044
+ "unece:occurrencePeriod": "A specified period of time during which this supply chain event occurs.",
13045
+ "unece:occurrencePeriod_label": "Occurrence Period",
13046
+ "unece:operationalApplicablePeriod": "An operational period applicable for this trade price.",
13047
+ "unece:operationalApplicablePeriod_label": "Operational Applicable Period",
13048
+ "unece:operationalPeriod": "A operational period for this experience product.",
13049
+ "unece:operationalPeriod_label": "Operational Period",
13050
+ "unece:orderingSpecifiedPeriod": "The ordering period specified in this line trade agreement.",
13051
+ "unece:orderingSpecifiedPeriod_label": "Ordering Specified Period",
13052
+ "unece:plannedPerformancePeriod": "A planned period of performance for this referenced transport service.",
13053
+ "unece:plannedPerformancePeriod_label": "Planned Performance Period",
13054
+ "unece:projectedSpecifiedPeriod": "A specified period projected for this supply chain supply plan.",
13055
+ "unece:projectedSpecifiedPeriod_label": "Projected Specified Period",
13056
+ "unece:requestedPerformancePeriod": "A requested period of performance for this referenced transport service.",
13057
+ "unece:requestedPerformancePeriod_label": "Requested Performance Period",
13058
+ "unece:resalePeriod": "The resale period specified in this line trade agreement.",
13059
+ "unece:resalePeriod_label": "Resale Period",
13060
+ "unece:scheduledOccurrencePeriod": "The scheduled period of time specified for the occurrence of this transport event.",
13061
+ "unece:scheduledOccurrencePeriod_label": "Scheduled Occurrence Period",
13062
+ "unece:scheduledPeriod": "The specified period during which this transport route is scheduled.",
13063
+ "unece:scheduledPeriod_label": "Scheduled Period",
13064
+ "unece:seasonalApplicablePeriod": "A seasonal period applicable for this trade price.",
13065
+ "unece:seasonalApplicablePeriod_label": "Seasonal Applicable Period",
13066
+ "unece:shippingPeriod": "The shipping period specified in this header trade agreement.",
13067
+ "unece:shippingPeriod_label": "Shipping Period",
13068
+ "unece:specifiedSpecifiedPeriod": "The period specified for this supply chain supply plan.",
13069
+ "unece:specifiedSpecifiedPeriod_label": "Specified Specified Period",
13070
+ "unece:stayPeriod": "A period of stay at this logistics location.",
13071
+ "unece:stayPeriod_label": "Stay Period",
13072
+ "unece:transportMeansStayOccurrencePeriod": "The specified period during which the transport means is held at a location.",
13073
+ "unece:transportMeansStayOccurrencePeriod_label": "Transport Means Stay Occurrence Period",
13074
+ "unece:validityPeriod": "A period of validity specified for this referenced document.",
13075
+ "unece:validityPeriod_label": "Validity Period",
13076
+ "unece:valuePeriod": "A period specified for the value of this sustainability characteristic.",
13077
+ "unece:valuePeriod_label": "Value Period",
13078
+ "unece:visitingPeriod": "A visiting period for this specified experience item.",
13079
+ "unece:visitingPeriod_label": "Visiting Period"
13080
+ },
13081
+ "standardTypeCodeList": {
13082
+ "unece:applicableStandard": "A referenced standard applicable to this agricultural certificate.",
13083
+ "unece:applicableStandard_label": "Applicable Standard",
13084
+ "unece:associatedStandard": "A referenced standard associated to this specified licence.",
13085
+ "unece:associatedStandard_label": "Associated Standard",
13086
+ "unece:inspectionStandard": "A referenced inspection standard for this specified inspection result.",
13087
+ "unece:inspectionStandard_label": "Inspection Standard",
13088
+ "unece:relatedStandard": "A referenced standard related to this specified certification.",
13089
+ "unece:relatedStandard_label": "Related Standard"
13090
+ },
12404
13091
  "statusCodeList": {
12405
13092
  "unece:StatusCodeList#1": "To be done",
12406
13093
  "unece:StatusCodeList#10": "0 day available",
@@ -12755,6 +13442,10 @@
12755
13442
  "unece:StatusCodeList#98": "Debt released",
12756
13443
  "unece:StatusCodeList#99": "Law suit filed"
12757
13444
  },
13445
+ "storesItemInventoryTypeCodeList": {
13446
+ "unece:onboardInventory": "A stores inventory item held onboard for this logistics transport movement.",
13447
+ "unece:onboardInventory_label": "Onboard Inventory"
13448
+ },
12758
13449
  "subjectCodeList": {
12759
13450
  "unece:SubjectCodeList#AAA": "Goods item description",
12760
13451
  "unece:SubjectCodeList#AAB": "Payment term",
@@ -13158,6 +13849,108 @@
13158
13849
  "unece:SubjectCodeList#WHI": "Warehouse instruction/information",
13159
13850
  "unece:SubjectCodeList#ZZZ": "Mutually defined"
13160
13851
  },
13852
+ "supplyChainEventTypeCodeList": {
13853
+ "unece:acceptanceEvent": "An acceptance delivery event, at header level, for this trade delivery.",
13854
+ "unece:acceptanceEvent_label": "Acceptance Event",
13855
+ "unece:actualDeliveryEvent": "An actual delivery event for this subordinate line trade delivery.",
13856
+ "unece:actualDeliveryEvent_label": "Actual Delivery Event",
13857
+ "unece:actualDespatchEvent": "An actual despatch event, at header level, for this trade delivery.",
13858
+ "unece:actualDespatchEvent_label": "Actual Despatch Event",
13859
+ "unece:actualLoadingEvent": "The actual loading event, at header level, for this trade delivery.",
13860
+ "unece:actualLoadingEvent_label": "Actual Loading Event",
13861
+ "unece:actualPickUpEvent": "The actual pick-up event, at header level, for this trade delivery.",
13862
+ "unece:actualPickUpEvent_label": "Actual Pick Up Event",
13863
+ "unece:actualReceiptEvent": "The actual receipt event, at header level, for this trade delivery.",
13864
+ "unece:actualReceiptEvent_label": "Actual Receipt Event",
13865
+ "unece:actualUnloadingEvent": "The actual unloading event, at header level, for this trade delivery.",
13866
+ "unece:actualUnloadingEvent_label": "Actual Unloading Event",
13867
+ "unece:confirmedDeliveryEvent": "A confirmed delivery event in this supply chain supply plan.",
13868
+ "unece:confirmedDeliveryEvent_label": "Confirmed Delivery Event",
13869
+ "unece:confirmedDespatchEvent": "The despatch event, at header level, confirmed for this trade delivery.",
13870
+ "unece:confirmedDespatchEvent_label": "Confirmed Despatch Event",
13871
+ "unece:confirmedPickUpEvent": "The pick-up event, at header level, confirmed for this trade delivery.",
13872
+ "unece:confirmedPickUpEvent_label": "Confirmed Pick Up Event",
13873
+ "unece:confirmedReleaseEvent": "The confirmed release event, at header level, for this trade delivery.",
13874
+ "unece:confirmedReleaseEvent_label": "Confirmed Release Event",
13875
+ "unece:deliverySupplyChainEvent": "A delivery event for this supply chain supply plan.",
13876
+ "unece:deliverySupplyChainEvent_label": "Delivery Supply Chain Event",
13877
+ "unece:estimatedDeliveryEvent": "An estimated delivery event for this trade delivery header.",
13878
+ "unece:estimatedDeliveryEvent_label": "Estimated Delivery Event",
13879
+ "unece:inspectionEvent": "A supply chain inspection event at this logistics location.",
13880
+ "unece:inspectionEvent_label": "Inspection Event",
13881
+ "unece:occurrenceEvent": "An occurrence of an event for this production process.",
13882
+ "unece:occurrenceEvent_label": "Occurrence Event",
13883
+ "unece:packagingEvent": "The packaging event for this trade product instance.",
13884
+ "unece:packagingEvent_label": "Packaging Event",
13885
+ "unece:plannedDeliveryEvent": "A delivery event, at header level, planned for this trade delivery.",
13886
+ "unece:plannedDeliveryEvent_label": "Planned Delivery Event",
13887
+ "unece:plannedDespatchEvent": "A despatch event, at header level, planned for this trade delivery.",
13888
+ "unece:plannedDespatchEvent_label": "Planned Despatch Event",
13889
+ "unece:plannedPickUpEvent": "The pick-up event, at header level, planned for this trade delivery.",
13890
+ "unece:plannedPickUpEvent_label": "Planned Pick Up Event",
13891
+ "unece:plannedReleaseEvent": "The release event, at header level, planned for this trade delivery.",
13892
+ "unece:plannedReleaseEvent_label": "Planned Release Event",
13893
+ "unece:plannedShipFromDeliveryEvent": "The event of the planned ship from delivery, at header level, for this trade delivery.",
13894
+ "unece:plannedShipFromDeliveryEvent_label": "Planned Ship From Delivery Event",
13895
+ "unece:plannedShipToDeliveryEvent": "The planned ship to delivery event, at header level, for this trade delivery.",
13896
+ "unece:plannedShipToDeliveryEvent_label": "Planned Ship To Delivery Event",
13897
+ "unece:previousDeliverySupplyChainEvent": "A previous delivery event, at header level, for this trade delivery.",
13898
+ "unece:previousDeliverySupplyChainEvent_label": "Previous Delivery Supply Chain Event",
13899
+ "unece:processingEvent": "The processing event for this trade product instance.",
13900
+ "unece:processingEvent_label": "Processing Event",
13901
+ "unece:productionEvent": "The production event for this trade product instance.",
13902
+ "unece:productionEvent_label": "Production Event",
13903
+ "unece:reclassificationEvent": "A reclassification supply chain event for this trade product instance.",
13904
+ "unece:reclassificationEvent_label": "Reclassification Event",
13905
+ "unece:reportedSupplyChainEvent": "A supply chain event reported for this logistics status.",
13906
+ "unece:reportedSupplyChainEvent_label": "Reported Supply Chain Event",
13907
+ "unece:reportingIOTDeviceSupplyChainEvent": "An IOT (Internet of Things) device or scanning device reporting event for this production machine.",
13908
+ "unece:reportingIOTDeviceSupplyChainEvent_label": "Reporting IOT Device Supply Chain Event",
13909
+ "unece:requestedDeliveryEvent": "A delivery event, at header level, requested for this trade delivery.",
13910
+ "unece:requestedDeliveryEvent_label": "Requested Delivery Event",
13911
+ "unece:requestedDespatchEvent": "A despatch event, at header level, requested for this trade delivery.",
13912
+ "unece:requestedDespatchEvent_label": "Requested Despatch Event",
13913
+ "unece:scheduledDeliveryEvent": "A scheduled delivery event in this supply chain supply plan.",
13914
+ "unece:scheduledDeliveryEvent_label": "Scheduled Delivery Event",
13915
+ "unece:specifiedSupplyChainEvent": "A supply chain event specified for this product batch.",
13916
+ "unece:specifiedSupplyChainEvent_label": "Specified Supply Chain Event",
13917
+ "unece:ultimateShipToDeliveryEvent": "The ultimate ship to delivery event, at header level, for this trade delivery.",
13918
+ "unece:ultimateShipToDeliveryEvent_label": "Ultimate Ship To Delivery Event"
13919
+ },
13920
+ "supplyChainReferenceTypeCodeList": {
13921
+ "unece:associatedReference": "A reference associated with this supply chain event.",
13922
+ "unece:associatedReference_label": "Associated Reference",
13923
+ "unece:specifiedSupplyChainReference": "A reference specified for this supply chain consignment.",
13924
+ "unece:specifiedSupplyChainReference_label": "Specified Supply Chain Reference"
13925
+ },
13926
+ "supplyChainTradeLineItemTypeCodeList": {
13927
+ "unece:includedSupplyChainTradeLineItem": "A supply chain trade line item included in this logistics package.",
13928
+ "unece:includedSupplyChainTradeLineItem_label": "Included Supply Chain Trade Line Item",
13929
+ "unece:specifiedTradeLineItem": "A trade line item specified for this forecast delivery schedule.",
13930
+ "unece:specifiedTradeLineItem_label": "Specified Trade Line Item"
13931
+ },
13932
+ "supplyChainTradeTransactionTypeCodeList": {
13933
+ "unece:relatedTradeTransaction": "A supply chain trade transaction related to this specified assessment.",
13934
+ "unece:relatedTradeTransaction_label": "Related Trade Transaction"
13935
+ },
13936
+ "supplyPlanTypeCodeList": {
13937
+ "unece:projectedSupplyPlan": "A supply plan, at line level, projected for this trade delivery.",
13938
+ "unece:projectedSupplyPlan_label": "Projected Supply Plan",
13939
+ "unece:specifiedSupplyPlan": "The specification of the delivery quantities and delivery date/time values in a supply plan for this trade product.",
13940
+ "unece:specifiedSupplyPlan_label": "Specified Supply Plan"
13941
+ },
13942
+ "sustainabilityCharacteristicTypeCodeList": {
13943
+ "unece:applicableSustainabilityCharacteristic": "A characteristic applicable to this sustainability inspection.",
13944
+ "unece:applicableSustainabilityCharacteristic_label": "Applicable Sustainability Characteristic",
13945
+ "unece:includedCharacteristic": "A sustainability characteristic included in this sustainability assertion.",
13946
+ "unece:includedCharacteristic_label": "Included Characteristic",
13947
+ "unece:relatedSustainabilityCharacteristic": "A sustainability characteristic related to this supply chain event.",
13948
+ "unece:relatedSustainabilityCharacteristic_label": "Related Sustainability Characteristic"
13949
+ },
13950
+ "sustainabilityInspectionTypeCodeList": {
13951
+ "unece:applicableSustainabilityInspection": "A sustainability inspection applicable to this logistics transport movement.",
13952
+ "unece:applicableSustainabilityInspection_label": "Applicable Sustainability Inspection"
13953
+ },
13161
13954
  "taxCategoryCodeList": {
13162
13955
  "unece:TaxCategoryCodeList#A": "Mixed tax rate",
13163
13956
  "unece:TaxCategoryCodeList#AA": "Lower rate",
@@ -13274,6 +14067,14 @@
13274
14067
  "unece:TaxTypeCodeList#VAD": "Valuation deposit",
13275
14068
  "unece:TaxTypeCodeList#VAT": "Value added tax"
13276
14069
  },
14070
+ "technicalCharacteristicTypeCodeList": {
14071
+ "unece:applicableTechnicalCharacteristic": "A technical characteristic applicable to this TT location.",
14072
+ "unece:applicableTechnicalCharacteristic_label": "Applicable Technical Characteristic",
14073
+ "unece:managedCharacteristic": "A technical characteristic managed by this TT party.",
14074
+ "unece:managedCharacteristic_label": "Managed Characteristic",
14075
+ "unece:relatedTechnicalCharacteristic": "A technical characteristic related to this animal holding event.",
14076
+ "unece:relatedTechnicalCharacteristic_label": "Related Technical Characteristic"
14077
+ },
13277
14078
  "temperatureTypeCodeList": {
13278
14079
  "unece:TemperatureTypeCodeList#1": "Storage temperature",
13279
14080
  "unece:TemperatureTypeCodeList#2": "Transport temperature",
@@ -13356,6 +14157,34 @@
13356
14157
  "unece:TimeReferenceCodeList#9": "Date invoice received",
13357
14158
  "unece:TimeReferenceCodeList#ZZZ": "Other reference date agreed upon between the parties"
13358
14159
  },
14160
+ "tradeProductFeatureTypeCodeList": {
14161
+ "unece:marketingFeature": "A marketing feature of this trade product.",
14162
+ "unece:marketingFeature_label": "Marketing Feature"
14163
+ },
14164
+ "tradeProductTypeCodeList": {
14165
+ "unece:applicableProduct": "A product applicable for this subordinate trade line item.",
14166
+ "unece:applicableProduct_label": "Applicable Product",
14167
+ "unece:componentProduct": "A trade product component of this product batch.",
14168
+ "unece:componentProduct_label": "Component Product",
14169
+ "unece:includedTradeProduct": "A product included in this supply chain inventory.",
14170
+ "unece:includedTradeProduct_label": "Included Trade Product",
14171
+ "unece:inputApplicableProduct": "An input product applicable to this facility production unit.",
14172
+ "unece:inputApplicableProduct_label": "Input Applicable Product",
14173
+ "unece:outputApplicableProduct": "An output product applicable to this facility production unit.",
14174
+ "unece:outputApplicableProduct_label": "Output Applicable Product",
14175
+ "unece:requisitionerSpecifiedProduct": "The product specified by the requisitioner for this supply chain trade line item.",
14176
+ "unece:requisitionerSpecifiedProduct_label": "Requisitioner Specified Product",
14177
+ "unece:specifiedTradeProduct": "A product specified for this supply chain trade line item.",
14178
+ "unece:specifiedTradeProduct_label": "Specified Trade Product"
14179
+ },
14180
+ "transportationWasteMaterialComponentTypeCodeList": {
14181
+ "unece:includedTransportationWasteMaterialComponent": "A material component included in this transportation waste.",
14182
+ "unece:includedTransportationWasteMaterialComponent_label": "Included Transportation Waste Material Component"
14183
+ },
14184
+ "transportationWasteMaterialTypeCodeList": {
14185
+ "unece:reportedTransportationWasteMaterial": "Transportation waste material reported for this logistics transport movement.",
14186
+ "unece:reportedTransportationWasteMaterial_label": "Reported Transportation Waste Material"
14187
+ },
13359
14188
  "transportContractMovementCodeList": {
13360
14189
  "unece:TransportContractMovementCodeList#1": "Breakbulk",
13361
14190
  "unece:TransportContractMovementCodeList#10": "Private parcel service",
@@ -13598,6 +14427,82 @@
13598
14427
  "unece:TransportEquipmentSupplierPartyRoleCodeList#6": "Forwarder supplied from a leasing company",
13599
14428
  "unece:TransportEquipmentSupplierPartyRoleCodeList#7": "Forwarder supplied from the railways' pool"
13600
14429
  },
14430
+ "transportEventTypeCodeList": {
14431
+ "unece:arrivalEvent": "An arrival event for this logistics transport movement.",
14432
+ "unece:arrivalEvent_label": "Arrival Event",
14433
+ "unece:arrivalReportedEvent": "A transport arrival event reported for this logistics status.",
14434
+ "unece:arrivalReportedEvent_label": "Arrival Reported Event",
14435
+ "unece:bondedWarehouseStorageEvent": "A bonded warehouse storage event for this supply chain consignment.",
14436
+ "unece:bondedWarehouseStorageEvent_label": "Bonded Warehouse Storage Event",
14437
+ "unece:borderCrossingEvent": "A border crossing event for this logistics transport movement.",
14438
+ "unece:borderCrossingEvent_label": "Border Crossing Event",
14439
+ "unece:callEvent": "A call event for this logistics transport movement.",
14440
+ "unece:callEvent_label": "Call Event",
14441
+ "unece:consolidationEvent": "A consolidation event specifying when and where this piece of logistics transport equipment will be, or has been, stuffed.",
14442
+ "unece:consolidationEvent_label": "Consolidation Event",
14443
+ "unece:damageEvent": "A damage event for this logistics transport movement.",
14444
+ "unece:damageEvent_label": "Damage Event",
14445
+ "unece:deconsolidationEvent": "A deconsolidation event for this piece of logistics transport equipment.",
14446
+ "unece:deconsolidationEvent_label": "Deconsolidation Event",
14447
+ "unece:delaySpecifiedEvent": "A delay specified for this referenced transport event.",
14448
+ "unece:delaySpecifiedEvent_label": "Delay Specified Event",
14449
+ "unece:deliveryTransportEvent": "A delivery event for this piece of logistics transport equipment.",
14450
+ "unece:deliveryTransportEvent_label": "Delivery Transport Event",
14451
+ "unece:departureEvent": "A departure event during this logistics transport movement.",
14452
+ "unece:departureEvent_label": "Departure Event",
14453
+ "unece:departureReportedEvent": "A transport departure event reported for this logistics status.",
14454
+ "unece:departureReportedEvent_label": "Departure Reported Event",
14455
+ "unece:devanningEvent": "A transport devanning event for this referenced supply chain consignment, i.e. the unloading of this consignment at the place of delivery.",
14456
+ "unece:devanningEvent_label": "Devanning Event",
14457
+ "unece:examinationEvent": "An examination event for this cross-border regulatory procedure.",
14458
+ "unece:examinationEvent_label": "Examination Event",
14459
+ "unece:firstArrivalEvent": "The first arrival event for this logistics transport movement.",
14460
+ "unece:firstArrivalEvent_label": "First Arrival Event",
14461
+ "unece:itineraryStopEvent": "An itinerary stop event for this transport route, such as a port call in a vessel schedule.",
14462
+ "unece:itineraryStopEvent_label": "Itinerary Stop Event",
14463
+ "unece:loadingEvent": "The loading event during which goods will be or have been loaded into or onto the means of transport used for this logistics transport movement.",
14464
+ "unece:loadingEvent_label": "Loading Event",
14465
+ "unece:loadingReportedEvent": "A transport loading event reported for this logistics status.",
14466
+ "unece:loadingReportedEvent_label": "Loading Reported Event",
14467
+ "unece:nextDeliveryEvent": "A next delivery event for this transportation waste material.",
14468
+ "unece:nextDeliveryEvent_label": "Next Delivery Event",
14469
+ "unece:pickUpEvent": "A pick-up event specifying when and where this piece of logistics transport equipment will be, or has been, collected, i.e. picked-up by the carrier.",
14470
+ "unece:pickUpEvent_label": "Pick Up Event",
14471
+ "unece:positioningEvent": "A positioning event specifying when and where this piece of logistics transport equipment will be, or has been, positioned, i.e. delivered and available for pick-up.",
14472
+ "unece:positioningEvent_label": "Positioning Event",
14473
+ "unece:previousDeliveryTransportEvent": "A previous delivery event for this transportation waste material.",
14474
+ "unece:previousDeliveryTransportEvent_label": "Previous Delivery Transport Event",
14475
+ "unece:registrationEvent": "A registration event of this logistics transport means.",
14476
+ "unece:registrationEvent_label": "Registration Event",
14477
+ "unece:remainingDeliveryEvent": "A delivery event for this remaining transportation waste material component.",
14478
+ "unece:remainingDeliveryEvent_label": "Remaining Delivery Event",
14479
+ "unece:reportedTransportEvent": "A transport event reported by this monitoring IOT device.",
14480
+ "unece:reportedTransportEvent_label": "Reported Transport Event",
14481
+ "unece:reportingIOTDeviceTransportEvent": "An IOT device reported transport event for this piece of logistics transport equipment.",
14482
+ "unece:reportingIOTDeviceTransportEvent_label": "Reporting IOT Device Transport Event",
14483
+ "unece:shipToShipEvent": "A ship to ship event for this logistics transport movement.",
14484
+ "unece:shipToShipEvent_label": "Ship To Ship Event",
14485
+ "unece:specifiedTransportEvent": "A transport event specified for this logistics transport movement.",
14486
+ "unece:specifiedTransportEvent_label": "Specified Transport Event",
14487
+ "unece:staySpecifiedEvent": "A stay specified for this referenced transport event.",
14488
+ "unece:staySpecifiedEvent_label": "Stay Specified Event",
14489
+ "unece:storageEvent": "A storage event for this supply chain consignment.",
14490
+ "unece:storageEvent_label": "Storage Event",
14491
+ "unece:transportEvent": "An event occurring during the transport of this supply chain consignment.",
14492
+ "unece:transportEvent_label": "Transport Event",
14493
+ "unece:transshipmentIntermediateEvent": "A transshipment intermediate event during this logistics transport movement.",
14494
+ "unece:transshipmentIntermediateEvent_label": "Transshipment Intermediate Event",
14495
+ "unece:treatmentEvent": "A treatment event for this cross-border regulatory procedure.",
14496
+ "unece:treatmentEvent_label": "Treatment Event",
14497
+ "unece:unloadingEvent": "The unloading event during which goods will be or have been unloaded from the means of transport used for this logistics transport movement.",
14498
+ "unece:unloadingEvent_label": "Unloading Event",
14499
+ "unece:unloadingReportedEvent": "A transport unloading event reported for this logistics status.",
14500
+ "unece:unloadingReportedEvent_label": "Unloading Reported Event",
14501
+ "unece:vanningEvent": "The vanning event (the loading of this consignment at the place of its original despatch) for this referenced supply chain consignment.",
14502
+ "unece:vanningEvent_label": "Vanning Event",
14503
+ "unece:warehouseStorageEvent": "A warehouse storage event for this referenced supply chain consignment.",
14504
+ "unece:warehouseStorageEvent_label": "Warehouse Storage Event"
14505
+ },
13601
14506
  "transportMeansDirectionCodeList": {
13602
14507
  "unece:TransportMeansDirectionCodeList#BS": "Buyer to seller",
13603
14508
  "unece:TransportMeansDirectionCodeList#SB": "Seller to buyer",
@@ -15783,6 +16688,10 @@
15783
16688
  "unece:VolumeUnitMeasureCode#MMQ": "cubic millimetre",
15784
16689
  "unece:VolumeUnitMeasureCode#MTQ": "cubic metre"
15785
16690
  },
16691
+ "voucherTypeCodeList": {
16692
+ "unece:identifiedVoucher": "An experience item voucher identified for this trade settlement payment means.",
16693
+ "unece:identifiedVoucher_label": "Identified Voucher"
16694
+ },
15786
16695
  "weightUnitMeasureCode": {
15787
16696
  "unece:WeightUnitMeasureCode#GRM": "gram",
15788
16697
  "unece:WeightUnitMeasureCode#KGM": "kilogram",
@@ -15813,6 +16722,10 @@
15813
16722
  "unece:WorkflowStatusCodeList#85": "Updated",
15814
16723
  "unece:WorkflowStatusCodeList#95": "Unchanged",
15815
16724
  "unece:WorkflowStatusCodeList#97": "Pending"
16725
+ },
16726
+ "xHEParameterTypeCodeList": {
16727
+ "unece:specifiedParameter": "A parameter specified for this XHE context.",
16728
+ "unece:specifiedParameter_label": "Specified Parameter"
15816
16729
  }
15817
16730
  }
15818
16731
  }