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

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.
@@ -648,28 +648,30 @@
648
648
  "resolveDocumentFailed": "Resolving the document failed"
649
649
  },
650
650
  "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
651
  "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",
652
+ "addVerificationMethodFailed": "Adding the verification method failed",
653
+ "algorithmKeyTypeMismatch": "Algorithm \"{algorithm}\" requires key type \"{expectedKeyType}\", but key \"{keyId}\" has type \"{actualKeyType}\"",
665
654
  "checkingVerifiableCredentialFailed": "Checking the verifiable credential failed",
666
- "createVerifiablePresentationFailed": "Creating the verifiable presentation failed",
667
655
  "checkingVerifiablePresentationFailed": "Checking the verifiable presentation failed",
656
+ "createDocumentFailed": "Creating the document failed",
668
657
  "createProofFailed": "Creating the signature for the data failed",
658
+ "createVerifiableCredentialFailed": "Creating the verifiable credential failed",
659
+ "createVerifiablePresentationFailed": "Creating the verifiable presentation failed",
660
+ "documentNotFound": "The document could not be found \"{notFoundId}\"",
661
+ "jwkSignatureFailed": "The signature on the JWK failed verification",
669
662
  "methodMissing": "The verification method specified does not exist \"{method}\"",
670
- "verifyProofFailed": "Verifying the signature for the data failed",
663
+ "missingDid": "The full id including DID is required",
664
+ "privateKeyMissing": "The private key could not be found for key \"{keyId}\"",
665
+ "publicKeyJwkMissing": "The verification method contains no publicKeyJwk in method \"{method}\"",
666
+ "removeDocumentFailed": "Removing the document failed",
667
+ "removeServiceFailed": "Removing the service failed",
668
+ "removeVerificationMethodFailed": "Removing the verification method failed",
671
669
  "revokeVerifiableCredentialsFailed": "Revoking verifiable credentials failed",
672
- "unrevokeVerifiableCredentialsFailed": "Unrevoking verifiable credentials failed"
670
+ "serviceNotFound": "The service could not be found",
671
+ "signatureVerificationFailed": "The document integrity check failed",
672
+ "unrevokeVerifiableCredentialsFailed": "Unrevoking verifiable credentials failed",
673
+ "verificationMethodNotFound": "The verification method could not be found",
674
+ "verifyProofFailed": "Verifying the signature for the data failed"
673
675
  },
674
676
  "entityStorageIdentityProfileConnector": {
675
677
  "alreadyExists": "The identity profile already exists for the identity \"{existingId}\"",
@@ -686,37 +688,38 @@
686
688
  "resolveDocumentFailed": "Resolving the document failed \"{documentId}\""
687
689
  },
688
690
  "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
691
  "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",
692
+ "addVerificationMethodFailed": "Adding the verification method failed",
693
+ "algorithmKeyTypeMismatch": "Algorithm \"{algorithm}\" requires key type \"{expectedKeyType}\", but key \"{keyId}\" has type \"{actualKeyType}\"",
704
694
  "checkingVerifiableCredentialFailed": "Checking the verifiable credential failed",
705
- "createVerifiablePresentationFailed": "Creating the verifiable presentation failed",
706
695
  "checkingVerifiablePresentationFailed": "Checking the verifiable presentation failed",
696
+ "createDocumentFailed": "Creating the document failed",
707
697
  "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",
698
+ "createVerifiableCredentialFailed": "Creating the verifiable credential failed",
699
+ "createVerifiablePresentationFailed": "Creating the verifiable presentation failed",
700
+ "didExtractionFailed": "Extracting the DID from the document id failed",
701
+ "documentNotFound": "The document could not be found",
702
+ "gasStationTransactionBuildFailed": "Building the gas station transaction failed",
703
+ "identityNotFound": "The identity could not be found \"{notFoundId}\"",
712
704
  "invalidSubjectId": "The subject id format is invalid it must be a Url or Urn, it is \"{subjectId}\"",
705
+ "methodMissing": "The verification method specified does not exist \"{method}\"",
713
706
  "missingControllerToken": "The controller token is missing",
714
- "identityNotFound": "The identity could not be found \"{notFoundId}\"",
707
+ "missingDid": "The full id including DID is required",
708
+ "privateKeyMissing": "The verification method contains no privateKey \"{keyId}\"",
709
+ "publicKeyJwkMethodMissing": "The verification method contains no publicKeyJwk in method \"{method}\"",
710
+ "publicKeyJwkMissing": "The verification method contains no publicKeyJwk in JWK \"{jwk}\"",
711
+ "removeDocumentFailed": "Removing the document failed",
712
+ "removeServiceFailed": "Removing the service failed",
713
+ "removeVerificationMethodFailed": "Removing the verification method failed",
715
714
  "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",
715
+ "revokeVerifiableCredentialsFailed": "Revoking verifiable credentials failed",
716
+ "serviceNotFound": "The service could not be found",
718
717
  "transactionBuildFailed": "Building the transaction failed",
719
- "gasStationTransactionBuildFailed": "Building the gas station transaction failed"
718
+ "transactionConfirmationTimeout": "The transaction was not confirmed in the expected time",
719
+ "unrevokeVerifiableCredentialsFailed": "Unrevoking verifiable credentials failed",
720
+ "verificationKeyMissing": "The verification key is missing from the vault for method \"{method}\"",
721
+ "verificationMethodNotFound": "The verification method could not be found",
722
+ "verifyProofFailed": "Verifying the signature for the data failed"
720
723
  },
721
724
  "iota": {
722
725
  "insufficientFunds": "There were insufficient funds to complete the operation",
@@ -974,7 +977,8 @@
974
977
  },
975
978
  "trustService": {
976
979
  "notVerified": "Payload verification failed",
977
- "noGeneratorsRegistered": "No trust generators are registered in the factory"
980
+ "noGeneratorsRegistered": "No trust generators are registered in the factory",
981
+ "noVerifiersRegistered": "No trust verifiers are registered in the factory"
978
982
  },
979
983
  "jwtVerifiableCredentialVerifier": {
980
984
  "tokenMissingCredential": "The JWT token does not contain a verifiable credential.",
@@ -2251,6 +2255,10 @@
2251
2255
  "unece:AccountingVoucherMediumCodeList#8": "DSP",
2252
2256
  "unece:AccountingVoucherMediumCodeList#9": "FDD 8\""
2253
2257
  },
2258
+ "accreditationTypeCodeList": {
2259
+ "unece:specificAccreditation": "A certified accreditation specific to this transport person.",
2260
+ "unece:specificAccreditation_label": "Specific Accreditation"
2261
+ },
2254
2262
  "acknowledgementCodeList": {
2255
2263
  "unece:AcknowledgementCodeList#18": "Reissue",
2256
2264
  "unece:AcknowledgementCodeList#31": "Copy",
@@ -2491,6 +2499,16 @@
2491
2499
  "unece:AdjustmentReasonCodeList#99": "Incorrect identification of the buyer",
2492
2500
  "unece:AdjustmentReasonCodeList#ZZZ": "Mutually defined"
2493
2501
  },
2502
+ "agriculturalCharacteristicTypeCodeList": {
2503
+ "unece:applicableAgriculturalCharacteristic": "An agricultural characteristic applicable to this agricultural zone area.",
2504
+ "unece:applicableAgriculturalCharacteristic_label": "Applicable Agricultural Characteristic",
2505
+ "unece:specifiedAgriculturalCharacteristic": "An agricultural characteristic specified for this crop plot.",
2506
+ "unece:specifiedAgriculturalCharacteristic_label": "Specified Agricultural Characteristic"
2507
+ },
2508
+ "agriculturalProcessTypeCodeList": {
2509
+ "unece:applicableAgriculturalProcess": "An agricultural process crop production applicable for this field crop.",
2510
+ "unece:applicableAgriculturalProcess_label": "Applicable Agricultural Process"
2511
+ },
2494
2512
  "airFlowUnitMeasureCode": {
2495
2513
  "unece:AirFlowUnitMeasureCode#35": "millilitre per square centimetre second",
2496
2514
  "unece:AirFlowUnitMeasureCode#40": "millilitre per second",
@@ -2510,6 +2528,10 @@
2510
2528
  "unece:AirFlowUnitMeasureCode#G55": "millilitre per hour",
2511
2529
  "unece:AirFlowUnitMeasureCode#GB": "gallon (US) per day"
2512
2530
  },
2531
+ "allergyTypeCodeList": {
2532
+ "unece:notifiedAllergy": "An allergy notified for this guest person.",
2533
+ "unece:notifiedAllergy_label": "Notified Allergy"
2534
+ },
2513
2535
  "allowanceChargeIdCodeList": {
2514
2536
  "unece:AllowanceChargeIdCodeList#1": "Handling commission",
2515
2537
  "unece:AllowanceChargeIdCodeList#10": "Opening commission",
@@ -2938,6 +2960,16 @@
2938
2960
  "unece:AmountWeightTypeCodeList#T": "Truncated amount",
2939
2961
  "unece:AmountWeightTypeCodeList#TC": "Thousand currency amount"
2940
2962
  },
2963
+ "animalHoldingEventTypeCodeList": {
2964
+ "unece:specifiedAnimalHoldingEvent": "An animal holding event specified for this TT animal.",
2965
+ "unece:specifiedAnimalHoldingEvent_label": "Specified Animal Holding Event"
2966
+ },
2967
+ "assessmentTypeCodeList": {
2968
+ "unece:applicableAssessment": "A specified assessment applicable to this referenced standard.",
2969
+ "unece:applicableAssessment_label": "Applicable Assessment",
2970
+ "unece:relatedAssessment": "An assessment related to this specified inspection result.",
2971
+ "unece:relatedAssessment_label": "Related Assessment"
2972
+ },
2941
2973
  "automaticDataCaptureMethodCodeList": {
2942
2974
  "unece:AutomaticDataCaptureMethodCodeList#50": "Package barcoded EAN-13 or EAN-8",
2943
2975
  "unece:AutomaticDataCaptureMethodCodeList#51": "Package barcoded ITF-14 or ITF-6",
@@ -2950,6 +2982,10 @@
2950
2982
  "unece:AutomaticDataCaptureMethodCodeList#81": "Package marked with a variable measure barcode",
2951
2983
  "unece:AutomaticDataCaptureMethodCodeList#82": "Package marked with fixed measure barcode."
2952
2984
  },
2985
+ "basicWorkItemTypeCodeList": {
2986
+ "unece:itemBasicWorkItem": "A basic work item in this basic work item.",
2987
+ "unece:itemBasicWorkItem_label": "Item Basic Work Item"
2988
+ },
2953
2989
  "billingDocumentCodeList": {
2954
2990
  "unece:BillingDocumentCodeList#261": "Self billed credit note",
2955
2991
  "unece:BillingDocumentCodeList#262": "Consolidated credit note - goods and services",
@@ -3234,6 +3270,16 @@
3234
3270
  "unece:BinaryObjectEncodingCodeList#8": "UTF-16",
3235
3271
  "unece:BinaryObjectEncodingCodeList#ZZZ": "Mutually agreed"
3236
3272
  },
3273
+ "calibratedMeasurementTypeCodeList": {
3274
+ "unece:actualReportedMeasurement": "An actual calibrated measurement reported for this monitoring sensor.",
3275
+ "unece:actualReportedMeasurement_label": "Actual Reported Measurement",
3276
+ "unece:precisionMeasurement": "A calibrated measurement of precision for this monitoring sensor.",
3277
+ "unece:precisionMeasurement_label": "Precision Measurement",
3278
+ "unece:scheduledReportedMeasurement": "A scheduled calibrated measurement reported for this monitoring sensor.",
3279
+ "unece:scheduledReportedMeasurement_label": "Scheduled Reported Measurement",
3280
+ "unece:specifiedMeasurement": "A calibrated measurement specified for this specified condition.",
3281
+ "unece:specifiedMeasurement_label": "Specified Measurement"
3282
+ },
3237
3283
  "cargoCategoryCodeList": {
3238
3284
  "unece:CargoCategoryCodeList#0": "Liquid Bulk",
3239
3285
  "unece:CargoCategoryCodeList#1": "Solid Bulk",
@@ -3302,6 +3348,14 @@
3302
3348
  "unece:CargoTypeClassificationCodeList#8": "Palletized",
3303
3349
  "unece:CargoTypeClassificationCodeList#9": "Containerized"
3304
3350
  },
3351
+ "carriedEquipmentTypeCodeList": {
3352
+ "unece:specifiedCarriedEquipment": "Carried equipment specified for this guest person.",
3353
+ "unece:specifiedCarriedEquipment_label": "Specified Carried Equipment"
3354
+ },
3355
+ "cashTypeCodeList": {
3356
+ "unece:identifiedCash": "A cash payment identified for this trade settlement payment means.",
3357
+ "unece:identifiedCash_label": "Identified Cash"
3358
+ },
3305
3359
  "certificateTypeCodeList": {
3306
3360
  "unece:CertificateTypeCodeList#1": "Mark",
3307
3361
  "unece:CertificateTypeCodeList#2": "Certificate",
@@ -3330,6 +3384,20 @@
3330
3384
  "unece:ChargePayingPartyRoleCodeList#IV": "Invoicee",
3331
3385
  "unece:ChargePayingPartyRoleCodeList#PE": "Payee"
3332
3386
  },
3387
+ "chemicalTypeCodeList": {
3388
+ "unece:usedChemical": "A chemical used during this applied chemical treatment.",
3389
+ "unece:usedChemical_label": "Used Chemical"
3390
+ },
3391
+ "chequeTypeCodeList": {
3392
+ "unece:identifiedCheque": "A cheque payment identified for this trade settlement payment means.",
3393
+ "unece:identifiedCheque_label": "Identified Cheque"
3394
+ },
3395
+ "classificationTypeCodeList": {
3396
+ "unece:applicableClassification": "A product classification applicable to this trade product instance.",
3397
+ "unece:applicableClassification_label": "Applicable Classification",
3398
+ "unece:designatedClassification": "A product classification designated for this trade product.",
3399
+ "unece:designatedClassification_label": "Designated Classification"
3400
+ },
3333
3401
  "codeListResponsibleAgencyCodeList": {
3334
3402
  "unece:CodeListResponsibleAgencyCodeList#1": "CCC (Customs Co-operation Council)",
3335
3403
  "unece:CodeListResponsibleAgencyCodeList#10": "ODETTE",
@@ -3742,6 +3810,10 @@
3742
3810
  "unece:CodeListResponsibleAgencyCodeList#99": "CH, Division des importations et exportations, OFAEE",
3743
3811
  "unece:CodeListResponsibleAgencyCodeList#ZZZ": "Mutually defined"
3744
3812
  },
3813
+ "colourTypeCodeList": {
3814
+ "unece:specifiedColour": "A colour specified for this trade product.",
3815
+ "unece:specifiedColour_label": "Specified Colour"
3816
+ },
3745
3817
  "commitmentLevelCodeList": {
3746
3818
  "unece:CommitmentLevelCodeList#1": "Firm",
3747
3819
  "unece:CommitmentLevelCodeList#10": "Immediate",
@@ -3818,6 +3890,12 @@
3818
3890
  "unece:CommunicationChannelCodeList#XI": "National telephone direct line",
3819
3891
  "unece:CommunicationChannelCodeList#XJ": "National telephone switchboard"
3820
3892
  },
3893
+ "communicationEventTypeCodeList": {
3894
+ "unece:matchingEvent": "A matching event for this communication pairing.",
3895
+ "unece:matchingEvent_label": "Matching Event",
3896
+ "unece:relatedEvent": "A communication event related to this monitoring IOT device.",
3897
+ "unece:relatedEvent_label": "Related Event"
3898
+ },
3821
3899
  "contactTypeCodeList": {
3822
3900
  "unece:ContactTypeCodeList#AA": "Insurance contact",
3823
3901
  "unece:ContactTypeCodeList#AB": "Workshop contact",
@@ -3924,6 +4002,14 @@
3924
4002
  "unece:ContactTypeCodeList#WK": "Chartered accountant contact",
3925
4003
  "unece:ContactTypeCodeList#ZZZ": "Mutually defined"
3926
4004
  },
4005
+ "controlSettingParameterTypeCodeList": {
4006
+ "unece:definedControlSettingParameter": "A control setting parameter defined for this monitoring sensor.",
4007
+ "unece:definedControlSettingParameter_label": "Defined Control Setting Parameter"
4008
+ },
4009
+ "correctiveActionTypeCodeList": {
4010
+ "unece:applicableCorrectiveAction": "A corrective action applicable to this specified inspection result.",
4011
+ "unece:applicableCorrectiveAction_label": "Applicable Corrective Action"
4012
+ },
3927
4013
  "countryId": {
3928
4014
  "unece:CountryId#AD": "ANDORRA",
3929
4015
  "unece:CountryId#AE": "UNITED ARAB EMIRATES",
@@ -4175,6 +4261,24 @@
4175
4261
  "unece:CountryId#ZM": "ZAMBIA",
4176
4262
  "unece:CountryId#ZW": "ZIMBABWE"
4177
4263
  },
4264
+ "countrySubDivisionTypeCodeList": {
4265
+ "unece:subordinateCountrySubDivision": "A subordinate country sub-division within this trade country sub-division.",
4266
+ "unece:subordinateCountrySubDivision_label": "Subordinate Country Sub Division",
4267
+ "unece:superordinateCountrySubDivision": "A superordinate country sub-division for this trade country sub-division.",
4268
+ "unece:superordinateCountrySubDivision_label": "Superordinate Country Sub Division"
4269
+ },
4270
+ "cropProduceBatchTypeCodeList": {
4271
+ "unece:harvestedBatch": "A crop produce batch harvested in the crop production for this agricultural process.",
4272
+ "unece:harvestedBatch_label": "Harvested Batch",
4273
+ "unece:inputSpecifiedBatch": "An input batch crop produce, such as seed or fertilizer, specified for this crop produce.",
4274
+ "unece:inputSpecifiedBatch_label": "Input Specified Batch",
4275
+ "unece:outputSpecifiedBatch": "An output batch crop produce, such as potatoes, grain, straw, specified for this crop produce.",
4276
+ "unece:outputSpecifiedBatch_label": "Output Specified Batch"
4277
+ },
4278
+ "cropProtectionTreatmentTypeCodeList": {
4279
+ "unece:appliedCropProtectionTreatment": "A crop protection treatment applied during this production process.",
4280
+ "unece:appliedCropProtectionTreatment_label": "Applied Crop Protection Treatment"
4281
+ },
4178
4282
  "currencyCodeList": {
4179
4283
  "unece:CurrencyCodeList#AED": "Dirham",
4180
4284
  "unece:CurrencyCodeList#AFN": "Afghani",
@@ -4366,6 +4470,10 @@
4366
4470
  "customsProcedureGuaranteeCodeList": {
4367
4471
  "unece:CustomsProcedureGuaranteeCodeList#ZZZ": "Mutually defined"
4368
4472
  },
4473
+ "customsValuationTypeCodeList": {
4474
+ "unece:applicableCustomsValuation": "A cross-border customs valuation applicable to this supply chain consignment.",
4475
+ "unece:applicableCustomsValuation_label": "Applicable Customs Valuation"
4476
+ },
4369
4477
  "dangerousGoodsPackagingLevelCodeList": {
4370
4478
  "unece:DangerousGoodsPackagingLevelCodeList#1": "Great danger",
4371
4479
  "unece:DangerousGoodsPackagingLevelCodeList#2": "Medium danger",
@@ -5241,6 +5349,10 @@
5241
5349
  "unece:DeliveryTermsFunctionCodeList#7": "Delivered by supplier",
5242
5350
  "unece:DeliveryTermsFunctionCodeList#8": "Delivery arranged by logistic service provider"
5243
5351
  },
5352
+ "digitalMethodTypeCodeList": {
5353
+ "unece:identifiedDigitalMethod": "A digital payment method identified for this trade settlement payment means.",
5354
+ "unece:identifiedDigitalMethod_label": "Identified Digital Method"
5355
+ },
5244
5356
  "dimensionTypeCodeList": {
5245
5357
  "unece:DimensionTypeCodeList#1": "Gross dimensions",
5246
5358
  "unece:DimensionTypeCodeList#10": "External equipment dimension",
@@ -5267,6 +5379,14 @@
5267
5379
  "unece:DimensionTypeCodeList#8": "Off-standard dimension left",
5268
5380
  "unece:DimensionTypeCodeList#9": "Off-standard dimension general"
5269
5381
  },
5382
+ "disabilityTypeCodeList": {
5383
+ "unece:notifiedDisability": "A disability notified for this guest person.",
5384
+ "unece:notifiedDisability_label": "Notified Disability"
5385
+ },
5386
+ "documentCharacteristicTypeCodeList": {
5387
+ "unece:specifiedDocumentCharacteristic": "A document characteristic specified for this document status.",
5388
+ "unece:specifiedDocumentCharacteristic_label": "Specified Document Characteristic"
5389
+ },
5270
5390
  "documentCodeList": {
5271
5391
  "unece:DocumentCodeList#1": "Certificate of analysis",
5272
5392
  "unece:DocumentCodeList#10": "Party information",
@@ -6153,6 +6273,16 @@
6153
6273
  "unece:DurationUnitMeasureCode#SEC": "second [unit of time]",
6154
6274
  "unece:DurationUnitMeasureCode#WEE": "week"
6155
6275
  },
6276
+ "emissionTypeCodeList": {
6277
+ "unece:certifiedEmission": "A certified level of pollution calculated for an emission from this logistics transport means.",
6278
+ "unece:certifiedEmission_label": "Certified Emission",
6279
+ "unece:specifiedEmission": "A calculated emission specified for this logistics transport means.",
6280
+ "unece:specifiedEmission_label": "Specified Emission"
6281
+ },
6282
+ "equipmentTypeCodeList": {
6283
+ "unece:interfaceEquipment": "An interface between an OEM (Original Equipment Manufacturer) equipment and this monitoring IOT device.",
6284
+ "unece:interfaceEquipment_label": "Interface Equipment"
6285
+ },
6156
6286
  "fileSizeUnitMeasureCode": {
6157
6287
  "unece:FileSizeUnitMeasureCode#4L": "megabyte",
6158
6288
  "unece:FileSizeUnitMeasureCode#E34": "gigabyte",
@@ -6245,10 +6375,22 @@
6245
6375
  "unece:FinancialAdjustmentReasonCodeList#99": "Incorrect identification of the buyer",
6246
6376
  "unece:FinancialAdjustmentReasonCodeList#ZZZ": "Mutually defined"
6247
6377
  },
6378
+ "financialCardTypeCodeList": {
6379
+ "unece:applicableFinancialCard": "A financial card applicable to this trade settlement payment means.",
6380
+ "unece:applicableFinancialCard_label": "Applicable Financial Card",
6381
+ "unece:identifiedFinancialCard": "A financial card identified for this trade settlement payment means.",
6382
+ "unece:identifiedFinancialCard_label": "Identified Financial Card",
6383
+ "unece:specifiedFinancialCard": "A financial card specified in this header trade settlement.",
6384
+ "unece:specifiedFinancialCard_label": "Specified Financial Card"
6385
+ },
6248
6386
  "financialInstitutionRoleCodeList": {
6249
6387
  "unece:FinancialInstitutionRoleCodeList#I": "Intermediary",
6250
6388
  "unece:FinancialInstitutionRoleCodeList#S": "Settlement agent"
6251
6389
  },
6390
+ "foodChoiceTypeCodeList": {
6391
+ "unece:notifiedFoodChoice": "A food choice notified for this guest person.",
6392
+ "unece:notifiedFoodChoice_label": "Notified Food Choice"
6393
+ },
6252
6394
  "freightChargeTariffClassCodeList": {
6253
6395
  "unece:FreightChargeTariffClassCodeList#A": "Senior person rate",
6254
6396
  "unece:FreightChargeTariffClassCodeList#B": "Basic",
@@ -7868,6 +8010,22 @@
7868
8010
  "unece:FreightChargeTypeId#609144": "Sweeping 45 feet container",
7869
8011
  "unece:FreightChargeTypeId#609145": "Waiting time at Customs X-Ray Station"
7870
8012
  },
8013
+ "fuelTypeCodeList": {
8014
+ "unece:includedFuel": "Gaseous fuels included in the transport of these dangerous goods.",
8015
+ "unece:includedFuel_label": "Included Fuel"
8016
+ },
8017
+ "geopoliticalRegionTypeCodeList": {
8018
+ "unece:exportGeopoliticalRegion": "The geopolitical region of export for this supply chain consignment item.",
8019
+ "unece:exportGeopoliticalRegion_label": "Export Geopolitical Region",
8020
+ "unece:originGeopoliticalRegion": "The geopolitical region of origin for this supply chain consignment item.",
8021
+ "unece:originGeopoliticalRegion_label": "Origin Geopolitical Region"
8022
+ },
8023
+ "goodsCharacteristicTypeCodeList": {
8024
+ "unece:applicableGoodsCharacteristic": "A distinguishing material feature applicable to this trade product instance.",
8025
+ "unece:applicableGoodsCharacteristic_label": "Applicable Goods Characteristic",
8026
+ "unece:carriedGoodsCharacteristic": "Material characteristics of goods carried during this logistics transport movement.",
8027
+ "unece:carriedGoodsCharacteristic_label": "Carried Goods Characteristic"
8028
+ },
7871
8029
  "goodsTypeCodeList": {
7872
8030
  "unece:GoodsTypeCodeList#ZZZ": "Mutually defined"
7873
8031
  },
@@ -7886,6 +8044,22 @@
7886
8044
  "unece:GovernmentActionCodeList#8": "Container inspection",
7887
8045
  "unece:GovernmentActionCodeList#9": "Cargo packaging inspection"
7888
8046
  },
8047
+ "governmentRegistrationTypeCodeList": {
8048
+ "unece:specifiedGovernmentRegistration": "A governmental registration specified for this trade party.",
8049
+ "unece:specifiedGovernmentRegistration_label": "Specified Government Registration"
8050
+ },
8051
+ "groupedWorkItemTypeCodeList": {
8052
+ "unece:itemGroupedWorkItem": "A grouped work item in this valuation breakdown statement.",
8053
+ "unece:itemGroupedWorkItem_label": "Item Grouped Work Item"
8054
+ },
8055
+ "guestHealthIndicationTypeCodeList": {
8056
+ "unece:notifiedHealthIndication": "A health indication notified for this guest person.",
8057
+ "unece:notifiedHealthIndication_label": "Notified Health Indication"
8058
+ },
8059
+ "inspectionEventTypeCodeList": {
8060
+ "unece:specifiedInspectionEvent": "A specified inspection event for this sustainability inspection.",
8061
+ "unece:specifiedInspectionEvent_label": "Specified Inspection Event"
8062
+ },
7889
8063
  "invoiceDocumentCodeList": {
7890
8064
  "unece:InvoiceDocumentCodeList#261": "Self billed credit note",
7891
8065
  "unece:InvoiceDocumentCodeList#262": "Consolidated credit note - goods and services",
@@ -7905,6 +8079,16 @@
7905
8079
  "unece:InvoiceDocumentCodeList#83": "Credit note related to financial adjustments",
7906
8080
  "unece:InvoiceDocumentCodeList#84": "Debit note related to financial adjustments"
7907
8081
  },
8082
+ "iOTDeviceTypeCodeList": {
8083
+ "unece:attachedIOTDevice": "An IOT device attached to this logistics transport means.",
8084
+ "unece:attachedIOTDevice_label": "Attached IOT Device",
8085
+ "unece:reportingIOTDevice": "An IOT device for this transport reporting event.",
8086
+ "unece:reportingIOTDevice_label": "Reporting IOT Device"
8087
+ },
8088
+ "issueTypeCodeList": {
8089
+ "unece:specifiedIssue": "A target issue specified for this electronic negotiation exchange.",
8090
+ "unece:specifiedIssue_label": "Specified Issue"
8091
+ },
7908
8092
  "languageCodeList": {
7909
8093
  "unece:LanguageCodeList#AA": "Afar",
7910
8094
  "unece:LanguageCodeList#AB": "Abkhazian",
@@ -8649,6 +8833,18 @@
8649
8833
  "unece:LanguageId#zh": "Chinese",
8650
8834
  "unece:LanguageId#zu": "Zulu"
8651
8835
  },
8836
+ "legalOrganizationTypeCodeList": {
8837
+ "unece:specifiedLegalOrganization": "The legally constituted organization specified for this trade party.",
8838
+ "unece:specifiedLegalOrganization_label": "Specified Legal Organization"
8839
+ },
8840
+ "legalRegistrationTypeCodeList": {
8841
+ "unece:authorizedRegistration": "A legal registration authorized for this legally set up organization.",
8842
+ "unece:authorizedRegistration_label": "Authorized Registration"
8843
+ },
8844
+ "licenceTypeCodeList": {
8845
+ "unece:applicableLicence": "A specified licence applicable to this production process.",
8846
+ "unece:applicableLicence_label": "Applicable Licence"
8847
+ },
8652
8848
  "lifetimeEndCostCodeList": {
8653
8849
  "unece:LifetimeEndCostCodeList#1": "Cost of restoration of site",
8654
8850
  "unece:LifetimeEndCostCodeList#10": "Cost of the reduction of the sound broadcasts",
@@ -9107,9 +9303,17 @@
9107
9303
  "unece:LocationFunctionCodeList#99": "Place of empty equipment return",
9108
9304
  "unece:LocationFunctionCodeList#ZZZ": "Mutually defined"
9109
9305
  },
9306
+ "locationPartyTypeCodeList": {
9307
+ "unece:servicingSpecifiedParty": "A servicing party specified for this logistics related location.",
9308
+ "unece:servicingSpecifiedParty_label": "Servicing Specified Party"
9309
+ },
9110
9310
  "logisticsChargeCalculationBasisCodeList": {
9111
9311
  "unece:LogisticsChargeCalculationBasisCodeList#ZZZ": "Mutually defined"
9112
9312
  },
9313
+ "logisticsPackagingTypeCodeList": {
9314
+ "unece:applicableLogisticsPackaging": "Logistics packaging applicable to this trade product.",
9315
+ "unece:applicableLogisticsPackaging_label": "Applicable Logistics Packaging"
9316
+ },
9113
9317
  "logisticsStatusCodeList": {
9114
9318
  "unece:LogisticsStatusCodeList#1": "Arrival, completed",
9115
9319
  "unece:LogisticsStatusCodeList#10": "Cleared, by agriculture, food or fisheries authorities",
@@ -9448,6 +9652,16 @@
9448
9652
  "unece:LogisticsStatusCodeList#98": "Transferred in",
9449
9653
  "unece:LogisticsStatusCodeList#99": "Transferred out"
9450
9654
  },
9655
+ "machineTypeCodeList": {
9656
+ "unece:allocatedMachine": "A machine allocated to this production process.",
9657
+ "unece:allocatedMachine_label": "Allocated Machine",
9658
+ "unece:applicableMachine": "A production machine applicable to this facility production unit.",
9659
+ "unece:applicableMachine_label": "Applicable Machine",
9660
+ "unece:combinedMachine": "A production machine combined with this production machine.",
9661
+ "unece:combinedMachine_label": "Combined Machine",
9662
+ "unece:specifiedMachine": "A production machine specified for this product print.",
9663
+ "unece:specifiedMachine_label": "Specified Machine"
9664
+ },
9451
9665
  "markingInstructionCodeList": {
9452
9666
  "unece:MarkingInstructionCodeList#1": "Do not mark suppliers company name",
9453
9667
  "unece:MarkingInstructionCodeList#10": "Mark batch number",
@@ -9500,6 +9714,26 @@
9500
9714
  "unece:MarkingInstructionCodeList#9": "Mark tare weight",
9501
9715
  "unece:MarkingInstructionCodeList#ZZZ": "Mutually defined"
9502
9716
  },
9717
+ "mDHHealthIndicationTypeCodeList": {
9718
+ "unece:diedOnboardHealthIndication": "A died onboard indication for this MDH transportation health.",
9719
+ "unece:diedOnboardHealthIndication_label": "Died Onboard Health Indication",
9720
+ "unece:diseaseOnboardHealthIndication": "A disease onboard indication for this MDH transportation health.",
9721
+ "unece:diseaseOnboardHealthIndication_label": "Disease Onboard Health Indication",
9722
+ "unece:illPersonNowOnboardHealthIndication": "An ill person or persons now onboard indication for this MDH transportation health.",
9723
+ "unece:illPersonNowOnboardHealthIndication_label": "Ill Person Now Onboard Health Indication",
9724
+ "unece:medicalPractitionerConsultedHealthIndication": "A medical practitioner consulted indication for this MDH transportation health.",
9725
+ "unece:medicalPractitionerConsultedHealthIndication_label": "Medical Practitioner Consulted Health Indication",
9726
+ "unece:moreIllOnboardHealthIndication": "A more ill onboard indication for this MDH transportation health.",
9727
+ "unece:moreIllOnboardHealthIndication_label": "More Ill Onboard Health Indication",
9728
+ "unece:onboardInfectionConditionHealthIndication": "An onboard infection condition indication for this MDH transportation health.",
9729
+ "unece:onboardInfectionConditionHealthIndication_label": "Onboard Infection Condition Health Indication",
9730
+ "unece:sanitaryMeasureAppliedHealthIndication": "An applied sanitary measure indication for this MDH transportation health.",
9731
+ "unece:sanitaryMeasureAppliedHealthIndication_label": "Sanitary Measure Applied Health Indication",
9732
+ "unece:sickAnimalOnboardHealthIndication": "A sick animal or animals onboard indication for this MDH transportation health.",
9733
+ "unece:sickAnimalOnboardHealthIndication_label": "Sick Animal Onboard Health Indication",
9734
+ "unece:stowawayFoundOnboardHealthIndication": "A stowaway or stowaways found onboard indication for this MDH transportation health.",
9735
+ "unece:stowawayFoundOnboardHealthIndication_label": "Stowaway Found Onboard Health Indication"
9736
+ },
9503
9737
  "measuredAttributeCodeList": {
9504
9738
  "unece:MeasuredAttributeCodeList#A": "Consolidated weight",
9505
9739
  "unece:MeasuredAttributeCodeList#AAA": "Net weight",
@@ -9794,6 +10028,16 @@
9794
10028
  "unece:MeasuredAttributeCodeList#ZZR": "Zirconium",
9795
10029
  "unece:MeasuredAttributeCodeList#ZZZ": "Mutually defined"
9796
10030
  },
10031
+ "measurementTypeCodeList": {
10032
+ "unece:associatedMeasurement": "A measurement associated with this document clause.",
10033
+ "unece:associatedMeasurement_label": "Associated Measurement",
10034
+ "unece:controlTemperatureMeasurement": "The measurement of the control temperature of these transported dangerous goods.",
10035
+ "unece:controlTemperatureMeasurement_label": "Control Temperature Measurement",
10036
+ "unece:emergencyTemperatureMeasurement": "The measurement of the emergency temperature of these transported dangerous goods.",
10037
+ "unece:emergencyTemperatureMeasurement_label": "Emergency Temperature Measurement",
10038
+ "unece:flashpointTemperatureMeasurement": "A measurement of the flashpoint temperature of these transported dangerous goods.",
10039
+ "unece:flashpointTemperatureMeasurement_label": "Flashpoint Temperature Measurement"
10040
+ },
9797
10041
  "messageFunctionCodeList": {
9798
10042
  "unece:MessageFunctionCodeList#1": "Cancellation",
9799
10043
  "unece:MessageFunctionCodeList#10": "Not found",
@@ -9869,6 +10113,40 @@
9869
10113
  "unece:MessageFunctionCodeList#8": "Status",
9870
10114
  "unece:MessageFunctionCodeList#9": "Original"
9871
10115
  },
10116
+ "metricCharacteristicTypeCodeList": {
10117
+ "unece:applicableMetricCharacteristic": "A metric characteristic applicable to this referenced standard.",
10118
+ "unece:applicableMetricCharacteristic_label": "Applicable Metric Characteristic",
10119
+ "unece:maximumSpecifiedCharacteristic": "The maximum metric characteristic specified for this target issue.",
10120
+ "unece:maximumSpecifiedCharacteristic_label": "Maximum Specified Characteristic",
10121
+ "unece:minimumSpecifiedCharacteristic": "The minimum metric characteristic specified for this target issue.",
10122
+ "unece:minimumSpecifiedCharacteristic_label": "Minimum Specified Characteristic",
10123
+ "unece:specifiedMetricCharacteristic": "The metric characteristic specified for this target issue.",
10124
+ "unece:specifiedMetricCharacteristic_label": "Specified Metric Characteristic"
10125
+ },
10126
+ "negotiationContextTypeCodeList": {
10127
+ "unece:specifiedContext": "A context specified for this electronic negotiation exchange.",
10128
+ "unece:specifiedContext_label": "Specified Context"
10129
+ },
10130
+ "objectTypeCodeList": {
10131
+ "unece:assessedObject": "An object assessed for this specified assessment.",
10132
+ "unece:assessedObject_label": "Assessed Object",
10133
+ "unece:certifiedObject": "An object certified by this specified certificate.",
10134
+ "unece:certifiedObject_label": "Certified Object",
10135
+ "unece:verifiedObject": "An object verified for this specified declaration.",
10136
+ "unece:verifiedObject_label": "Verified Object"
10137
+ },
10138
+ "observationObjectiveParameterTypeCodeList": {
10139
+ "unece:interpretationResultApplicableParameter": "An applicable objective observation parameter of the interpretation result for this inspection result characteristic.",
10140
+ "unece:interpretationResultApplicableParameter_label": "Interpretation Result Applicable Parameter"
10141
+ },
10142
+ "operationalParameterTypeCodeList": {
10143
+ "unece:definedOperationalParameter": "An operational parameter defined for this monitoring sensor.",
10144
+ "unece:definedOperationalParameter_label": "Defined Operational Parameter"
10145
+ },
10146
+ "organizationCharacteristicTypeCodeList": {
10147
+ "unece:applicableOrganizationCharacteristic": "A characteristic applicable to this organization certificate.",
10148
+ "unece:applicableOrganizationCharacteristic_label": "Applicable Organization Characteristic"
10149
+ },
9872
10150
  "organizationFunctionTypeCodeList": {
9873
10151
  "unece:OrganizationFunctionTypeCodeList#5": "Management Chartered Centre",
9874
10152
  "unece:OrganizationFunctionTypeCodeList#6": "Management Chartered Association",
@@ -10980,6 +11258,18 @@
10980
11258
  "unece:PartyTypeCodeList#SEC": "Section",
10981
11259
  "unece:PartyTypeCodeList#SER": "Service"
10982
11260
  },
11261
+ "paymentFinancialAccountTypeCodeList": {
11262
+ "unece:specifiedPaymentFinancialAccount": "A payment financial account specified for this payment financial institution.",
11263
+ "unece:specifiedPaymentFinancialAccount_label": "Specified Payment Financial Account"
11264
+ },
11265
+ "paymentFinancialInstitutionTypeCodeList": {
11266
+ "unece:creditorSpecifiedFinancialInstitution": "A creditor financial institution specified for this trade settlement payment means.",
11267
+ "unece:creditorSpecifiedFinancialInstitution_label": "Creditor Specified Financial Institution",
11268
+ "unece:debtorSpecifiedFinancialInstitution": "A debtor financial institution specified for this trade settlement payment means.",
11269
+ "unece:debtorSpecifiedFinancialInstitution_label": "Debtor Specified Financial Institution",
11270
+ "unece:specifiedPaymentFinancialInstitution": "A financial institution specified for this trade settlement payment means.",
11271
+ "unece:specifiedPaymentFinancialInstitution_label": "Specified Payment Financial Institution"
11272
+ },
10983
11273
  "paymentGuaranteeMeansCodeList": {
10984
11274
  "unece:PaymentGuaranteeMeansCodeList#1": "Factor guarantee",
10985
11275
  "unece:PaymentGuaranteeMeansCodeList#10": "Bank guarantee",
@@ -11249,6 +11539,20 @@
11249
11539
  "unece:PaymentTermsTypeCodeList#9": "Proximo",
11250
11540
  "unece:PaymentTermsTypeCodeList#ZZZ": "Mutually defined"
11251
11541
  },
11542
+ "paymentTradeSettlementTypeCodeList": {
11543
+ "unece:specifiedPaymentTradeSettlement": "A payment trade settlement specified for this trade price.",
11544
+ "unece:specifiedPaymentTradeSettlement_label": "Specified Payment Trade Settlement"
11545
+ },
11546
+ "personalEffectsTypeCodeList": {
11547
+ "unece:crewPersonalEffects": "Personal effects of an individual member of the crew for this logistics transport movement.",
11548
+ "unece:crewPersonalEffects_label": "Crew Personal Effects",
11549
+ "unece:declaredPersonalEffects": "Personal effects use declared by a transport person.",
11550
+ "unece:declaredPersonalEffects_label": "Declared Personal Effects"
11551
+ },
11552
+ "preventiveActionTypeCodeList": {
11553
+ "unece:applicablePreventiveAction": "A preventive action applicable to this specified inspection result.",
11554
+ "unece:applicablePreventiveAction_label": "Applicable Preventive Action"
11555
+ },
11252
11556
  "priceTypeCodeList": {
11253
11557
  "unece:PriceTypeCodeList#AA": "Cancellation price",
11254
11558
  "unece:PriceTypeCodeList#AB": "Per ton",
@@ -11290,6 +11594,10 @@
11290
11594
  "unece:PriceTypeCodeList#WH": "Wholesale",
11291
11595
  "unece:PriceTypeCodeList#WI": "Gross volume"
11292
11596
  },
11597
+ "printTypeCodeList": {
11598
+ "unece:specifiedPrint": "A product print specified for this trade product.",
11599
+ "unece:specifiedPrint_label": "Specified Print"
11600
+ },
11293
11601
  "priorityDescriptionCodeList": {
11294
11602
  "unece:PriorityDescriptionCodeList#1": "Immediate",
11295
11603
  "unece:PriorityDescriptionCodeList#2": "Urgent",
@@ -11460,6 +11768,92 @@
11460
11768
  "unece:ProcessTypeCodeList#99": "Washing",
11461
11769
  "unece:ProcessTypeCodeList#ZZZ": "Mutually defined"
11462
11770
  },
11771
+ "processWorkItemTypeCodeList": {
11772
+ "unece:performedWorkItem": "A work item performed for this production process.",
11773
+ "unece:performedWorkItem_label": "Performed Work Item"
11774
+ },
11775
+ "produceTypeCodeList": {
11776
+ "unece:harvestedProduce": "Crop produce harvested from this agricultural zone area.",
11777
+ "unece:harvestedProduce_label": "Harvested Produce",
11778
+ "unece:specifiedProduce": "A crop produce specified for this crop produce batch.",
11779
+ "unece:specifiedProduce_label": "Specified Produce"
11780
+ },
11781
+ "productBatchCharacteristicTypeCodeList": {
11782
+ "unece:applicableProductBatchCharacteristic": "A product batch characteristic applicable to this product batch.",
11783
+ "unece:applicableProductBatchCharacteristic_label": "Applicable Product Batch Characteristic",
11784
+ "unece:specifiedProductBatchCharacteristic": "A product batch characteristic specified for this product batch.",
11785
+ "unece:specifiedProductBatchCharacteristic_label": "Specified Product Batch Characteristic"
11786
+ },
11787
+ "productBatchTypeCodeList": {
11788
+ "unece:applicableBatch": "A product batch applicable to this supply chain trade line item.",
11789
+ "unece:applicableBatch_label": "Applicable Batch",
11790
+ "unece:componentBatch": "A product batch component of this product batch.",
11791
+ "unece:componentBatch_label": "Component Batch",
11792
+ "unece:includedBatch": "A product batch included in this supply chain inventory.",
11793
+ "unece:includedBatch_label": "Included Batch",
11794
+ "unece:inputApplicableBatch": "An input batch applicable to this production machine.",
11795
+ "unece:inputApplicableBatch_label": "Input Applicable Batch",
11796
+ "unece:outputApplicableBatch": "An output batch applicable to this specified production device.",
11797
+ "unece:outputApplicableBatch_label": "Output Applicable Batch",
11798
+ "unece:relatedBatch": "A product batch related to this trade party.",
11799
+ "unece:relatedBatch_label": "Related Batch",
11800
+ "unece:specifiedProductBatch": "A product batch specified for this specified agricultural application.",
11801
+ "unece:specifiedProductBatch_label": "Specified Product Batch",
11802
+ "unece:substituteApplicableBatch": "A substitute product batch applicable to this supply chain trade line item.",
11803
+ "unece:substituteApplicableBatch_label": "Substitute Applicable Batch",
11804
+ "unece:substitutedApplicableBatch": "A substituted product batch applicable to this supply chain trade line item.",
11805
+ "unece:substitutedApplicableBatch_label": "Substituted Applicable Batch"
11806
+ },
11807
+ "productCharacteristicConditionTypeCodeList": {
11808
+ "unece:applicableCondition": "A condition applicable to this product characteristic.",
11809
+ "unece:applicableCondition_label": "Applicable Condition"
11810
+ },
11811
+ "productCharacteristicTypeCodeList": {
11812
+ "unece:applicableProductCharacteristic": "A characteristic applicable to this trade product.",
11813
+ "unece:applicableProductCharacteristic_label": "Applicable Product Characteristic",
11814
+ "unece:classCharacteristic": "A product class characteristic for this product classification.",
11815
+ "unece:classCharacteristic_label": "Class Characteristic",
11816
+ "unece:productCharacteristic": "A product characteristic for this trade product instance.",
11817
+ "unece:productCharacteristic_label": "Product Characteristic"
11818
+ },
11819
+ "productFinishingTreatmentTypeCodeList": {
11820
+ "unece:appliedProductFinishingTreatment": "A product finishing treatment applied during this production process.",
11821
+ "unece:appliedProductFinishingTreatment_label": "Applied Product Finishing Treatment"
11822
+ },
11823
+ "productionDeviceTypeCodeList": {
11824
+ "unece:allocatedProductionDevice": "A production device allocated to this production process.",
11825
+ "unece:allocatedProductionDevice_label": "Allocated Production Device",
11826
+ "unece:applicableProductionDevice": "A production device applicable to this facility production unit.",
11827
+ "unece:applicableProductionDevice_label": "Applicable Production Device",
11828
+ "unece:combinedProductionDevice": "A production device combined with this production machine.",
11829
+ "unece:combinedProductionDevice_label": "Combined Production Device"
11830
+ },
11831
+ "productionUnitTypeCodeList": {
11832
+ "unece:relatedProductionUnit": "A facility production unit related to this referenced location.",
11833
+ "unece:relatedProductionUnit_label": "Related Production Unit",
11834
+ "unece:specifiedProductionUnit": "A facility production unit for this specified production device.",
11835
+ "unece:specifiedProductionUnit_label": "Specified Production Unit",
11836
+ "unece:subordinateProductionUnit": "A production unit subordinate to this facility production unit.",
11837
+ "unece:subordinateProductionUnit_label": "Subordinate Production Unit"
11838
+ },
11839
+ "productionWasteMaterialComponentTypeCodeList": {
11840
+ "unece:includedProductionWasteMaterialComponent": "A production waste material component included in this production waste material.",
11841
+ "unece:includedProductionWasteMaterialComponent_label": "Included Production Waste Material Component"
11842
+ },
11843
+ "productionWasteMaterialTypeCodeList": {
11844
+ "unece:reportedProductionWasteMaterial": "Production waste material reported for this agricultural crop production process.",
11845
+ "unece:reportedProductionWasteMaterial_label": "Reported Production Waste Material"
11846
+ },
11847
+ "projectTypeCodeList": {
11848
+ "unece:specifiedProject": "The procuring project specified for this header trade agreement.",
11849
+ "unece:specifiedProject_label": "Specified Project"
11850
+ },
11851
+ "quantityAnalysisTypeCodeList": {
11852
+ "unece:breakdownQuantityAnalysis": "A quantity analysis breakdown of this work item quantity analysis.",
11853
+ "unece:breakdownQuantityAnalysis_label": "Breakdown Quantity Analysis",
11854
+ "unece:totalQuantityAnalysis": "An analysis of the total quantity for this basic work item.",
11855
+ "unece:totalQuantityAnalysis_label": "Total Quantity Analysis"
11856
+ },
11463
11857
  "quotationDocumentCodeList": {
11464
11858
  "unece:QuotationDocumentCodeList#310": "Offer / quotation",
11465
11859
  "unece:QuotationDocumentCodeList#311": "Request for quote",
@@ -11480,6 +11874,18 @@
11480
11874
  "unece:QuotationDocumentCodeList#445": "Request for contract price and delivery quote",
11481
11875
  "unece:QuotationDocumentCodeList#446": "Request for price quote, specified end-customer"
11482
11876
  },
11877
+ "radioactiveMaterialTypeCodeList": {
11878
+ "unece:radioactiveMaterial": "The radioactive material (Class 7) transported as dangerous goods.",
11879
+ "unece:radioactiveMaterial_label": "Radioactive Material"
11880
+ },
11881
+ "rangeTypeCodeList": {
11882
+ "unece:definedRange": "A defined range specified for this operational parameter.",
11883
+ "unece:definedRange_label": "Defined Range",
11884
+ "unece:requestedRange": "A requested range specified for this control setting parameter.",
11885
+ "unece:requestedRange_label": "Requested Range",
11886
+ "unece:valueRange": "A range specified for a value of this metric characteristic.",
11887
+ "unece:valueRange_label": "Value Range"
11888
+ },
11483
11889
  "referenceCodeList": {
11484
11890
  "unece:ReferenceCodeList#AAA": "Order acknowledgement document identifier",
11485
11891
  "unece:ReferenceCodeList#AAB": "Proforma invoice document identifier",
@@ -12307,6 +12713,10 @@
12307
12713
  "remittanceDocumentCodeList": {
12308
12714
  "unece:RemittanceDocumentCodeList#481": "Remittance advice"
12309
12715
  },
12716
+ "requirementTypeCodeList": {
12717
+ "unece:providedRequirement": "A requirement provided for this experience product.",
12718
+ "unece:providedRequirement_label": "Provided Requirement"
12719
+ },
12310
12720
  "responseTypeCodeList": {
12311
12721
  "unece:ResponseTypeCodeList#AA": "Debit advice",
12312
12722
  "unece:ResponseTypeCodeList#AB": "Message acknowledgement",
@@ -12367,11 +12777,31 @@
12367
12777
  "unece:ResponsibleGovernmentAgencyInvolvementCodeList#7": "Applicable",
12368
12778
  "unece:ResponsibleGovernmentAgencyInvolvementCodeList#8": "Export certificate required"
12369
12779
  },
12780
+ "sanitaryMeasureTypeCodeList": {
12781
+ "unece:appliedSanitaryMeasure": "A sanitary measure applied for this MDH health indication.",
12782
+ "unece:appliedSanitaryMeasure_label": "Applied Sanitary Measure"
12783
+ },
12370
12784
  "scenarioTypeCodeList": {
12371
12785
  "unece:ScenarioTypeCodeList#1": "Initial scenario",
12372
12786
  "unece:ScenarioTypeCodeList#2": "Final scenario",
12373
12787
  "unece:ScenarioTypeCodeList#3": "Intermediate"
12374
12788
  },
12789
+ "scheduleTypeCodeList": {
12790
+ "unece:consumptionSchedule": "A supply chain consumption schedule, at line level, for this trade delivery.",
12791
+ "unece:consumptionSchedule_label": "Consumption Schedule",
12792
+ "unece:deliverySchedule": "A supply chain delivery schedule, at line level, for this trade delivery.",
12793
+ "unece:deliverySchedule_label": "Delivery Schedule",
12794
+ "unece:despatchSchedule": "A supply chain despatch schedule, at line level, for this trade delivery.",
12795
+ "unece:despatchSchedule_label": "Despatch Schedule",
12796
+ "unece:orderSchedule": "A supply chain order schedule, at line level, for this trade delivery.",
12797
+ "unece:orderSchedule_label": "Order Schedule",
12798
+ "unece:receiptSchedule": "A supply chain receipt schedule, at line level, for this trade delivery.",
12799
+ "unece:receiptSchedule_label": "Receipt Schedule",
12800
+ "unece:specifiedSchedule": "A supply chain schedule, at header level, specified for this trade delivery.",
12801
+ "unece:specifiedSchedule_label": "Specified Schedule",
12802
+ "unece:supplySpecifiedSchedule": "A supply (replenishment) schedule, specified at line level, for this trade delivery.",
12803
+ "unece:supplySpecifiedSchedule_label": "Supply Specified Schedule"
12804
+ },
12375
12805
  "schedulingDocumentCodeList": {
12376
12806
  "unece:SchedulingDocumentCodeList#240": "Delivery instructions",
12377
12807
  "unece:SchedulingDocumentCodeList#241": "Delivery schedule",
@@ -12396,11 +12826,177 @@
12396
12826
  "unece:SealingPartyRoleCodeList#SH": "Shipper",
12397
12827
  "unece:SealingPartyRoleCodeList#TO": "Terminal operator"
12398
12828
  },
12829
+ "securityTagTypeCodeList": {
12830
+ "unece:attachedSecurityTag": "A tag device attached to this trade product to provide protection from a peril such as theft.",
12831
+ "unece:attachedSecurityTag_label": "Attached Security Tag"
12832
+ },
12833
+ "segmentTypeCodeList": {
12834
+ "unece:includedSegment": "A segment included in this label section.",
12835
+ "unece:includedSegment_label": "Included Segment"
12836
+ },
12837
+ "sensorTypeCodeList": {
12838
+ "unece:embeddedSensor": "An embedded sensor of this monitoring IOT device.",
12839
+ "unece:embeddedSensor_label": "Embedded Sensor",
12840
+ "unece:remoteSensor": "A remote sensor of this monitoring IOT device.",
12841
+ "unece:remoteSensor_label": "Remote Sensor"
12842
+ },
12399
12843
  "softwareUserTypeCodeList": {
12400
12844
  "unece:SoftwareUserTypeCodeList#I": "Intermediate",
12401
12845
  "unece:SoftwareUserTypeCodeList#R": "Recipient",
12402
12846
  "unece:SoftwareUserTypeCodeList#S": "Sender"
12403
12847
  },
12848
+ "specificationQueryTypeCodeList": {
12849
+ "unece:requestingQuery": "A requesting specification query for this work item complex description.",
12850
+ "unece:requestingQuery_label": "Requesting Query"
12851
+ },
12852
+ "specifiedActionTypeCodeList": {
12853
+ "unece:applicableSpecifiedAction": "An action applicable to this specified inspection result.",
12854
+ "unece:applicableSpecifiedAction_label": "Applicable Specified Action"
12855
+ },
12856
+ "specifiedChemicalTreatmentTypeCodeList": {
12857
+ "unece:appliedChemicalTreatment": "A chemical treatment applied during this production process.",
12858
+ "unece:appliedChemicalTreatment_label": "Applied Chemical Treatment"
12859
+ },
12860
+ "specifiedDeclarationTypeCodeList": {
12861
+ "unece:applicableDeclaration": "A specified declaration applicable to this production process.",
12862
+ "unece:applicableDeclaration_label": "Applicable Declaration"
12863
+ },
12864
+ "specifiedFaultTypeCodeList": {
12865
+ "unece:applicableFault": "A fault applicable to this trade product.",
12866
+ "unece:applicableFault_label": "Applicable Fault"
12867
+ },
12868
+ "specifiedFeatureTypeCodeList": {
12869
+ "unece:distinctiveFeature": "A distinctive feature of this experience product.",
12870
+ "unece:distinctiveFeature_label": "Distinctive Feature"
12871
+ },
12872
+ "specifiedInspectionTypeCodeList": {
12873
+ "unece:applicableSpecifiedInspection": "A specified inspection applicable to this logistics transport movement.",
12874
+ "unece:applicableSpecifiedInspection_label": "Applicable Specified Inspection"
12875
+ },
12876
+ "specifiedMaterialTypeCodeList": {
12877
+ "unece:applicableMaterial": "Material applicable for this supply chain trade line item.",
12878
+ "unece:applicableMaterial_label": "Applicable Material",
12879
+ "unece:appliedMaterial": "Specified material applied to this agricultural application.",
12880
+ "unece:appliedMaterial_label": "Applied Material",
12881
+ "unece:componentMaterial": "A material component of this trade product.",
12882
+ "unece:componentMaterial_label": "Component Material",
12883
+ "unece:includedMaterial": "Material included in this supply chain inventory.",
12884
+ "unece:includedMaterial_label": "Included Material",
12885
+ "unece:inputApplicableMaterial": "Input material applicable to this facility production unit.",
12886
+ "unece:inputApplicableMaterial_label": "Input Applicable Material",
12887
+ "unece:outputApplicableMaterial": "Output material applicable to this facility production unit.",
12888
+ "unece:outputApplicableMaterial_label": "Output Applicable Material",
12889
+ "unece:relatedMaterial": "Material related to this trade party.",
12890
+ "unece:relatedMaterial_label": "Related Material",
12891
+ "unece:substituteApplicableMaterial": "Substitute material applicable for this supply chain trade line item.",
12892
+ "unece:substituteApplicableMaterial_label": "Substitute Applicable Material",
12893
+ "unece:substitutedApplicableMaterial": "Substituted material applicable for this supply chain trade line item.",
12894
+ "unece:substitutedApplicableMaterial_label": "Substituted Applicable Material",
12895
+ "unece:usedMaterial": "Material used for this specified crop protection treatment.",
12896
+ "unece:usedMaterial_label": "Used Material"
12897
+ },
12898
+ "specifiedParameterTypeCodeList": {
12899
+ "unece:applicableParameter": "A parameter applicable to this specified method.",
12900
+ "unece:applicableParameter_label": "Applicable Parameter",
12901
+ "unece:operationalApplicableParameter": "An operational parameter applicable to this production machine.",
12902
+ "unece:operationalApplicableParameter_label": "Operational Applicable Parameter",
12903
+ "unece:qualityParameter": "A quality parameter specified for this trade product.",
12904
+ "unece:qualityParameter_label": "Quality Parameter",
12905
+ "unece:requestedOperationalApplicableParameter": "A requested operational parameter applicable to this production machine.",
12906
+ "unece:requestedOperationalApplicableParameter_label": "Requested Operational Applicable Parameter",
12907
+ "unece:valueParameter": "A parameter specified for a value for this metric characteristic.",
12908
+ "unece:valueParameter_label": "Value Parameter"
12909
+ },
12910
+ "specifiedPeriodTypeCodeList": {
12911
+ "unece:acceptablePeriod": "The specified period within which this referenced document may be accepted.",
12912
+ "unece:acceptablePeriod_label": "Acceptable Period",
12913
+ "unece:accessAvailabilityPeriod": "The specified period when access to this binary file is available.",
12914
+ "unece:accessAvailabilityPeriod_label": "Access Availability Period",
12915
+ "unece:actualOccurrencePeriod": "The actual period of time during which this transport event occurred.",
12916
+ "unece:actualOccurrencePeriod_label": "Actual Occurrence Period",
12917
+ "unece:actualPerformancePeriod": "An actual period of performance for this referenced transport service.",
12918
+ "unece:actualPerformancePeriod_label": "Actual Performance Period",
12919
+ "unece:applicablePeriod": "A period applicable to this cross-border regulatory procedure.",
12920
+ "unece:applicablePeriod_label": "Applicable Period",
12921
+ "unece:appliedPeriod": "A period during which this chemical treatment is applied.",
12922
+ "unece:appliedPeriod_label": "Applied Period",
12923
+ "unece:associatedPeriod": "A period of time associated with this document clause.",
12924
+ "unece:associatedPeriod_label": "Associated Period",
12925
+ "unece:availablePeriod": "An available period for this specified experience item.",
12926
+ "unece:availablePeriod_label": "Available Period",
12927
+ "unece:billingPeriod": "A billing period specified for this header trade settlement.",
12928
+ "unece:billingPeriod_label": "Billing Period",
12929
+ "unece:completionPeriod": "The specified period of completion for this product handling process.",
12930
+ "unece:completionPeriod_label": "Completion Period",
12931
+ "unece:delayOccurrencePeriod": "A specified period of time during which this transport event is delayed.",
12932
+ "unece:delayOccurrencePeriod_label": "Delay Occurrence Period",
12933
+ "unece:depositValueValidityPeriod": "The specified period during which the deposit value specified in these returnable asset instructions is valid.",
12934
+ "unece:depositValueValidityPeriod_label": "Deposit Value Validity Period",
12935
+ "unece:discretePeriod": "A discrete period specified for this supply chain event.",
12936
+ "unece:discretePeriod_label": "Discrete Period",
12937
+ "unece:effectiveSpecifiedPeriod": "The period within which this document line is effective.",
12938
+ "unece:effectiveSpecifiedPeriod_label": "Effective Specified Period",
12939
+ "unece:estimatedPerformancePeriod": "An estimated period of performance for this referenced transport service.",
12940
+ "unece:estimatedPerformancePeriod_label": "Estimated Performance Period",
12941
+ "unece:exclusivityPeriod": "The exclusivity period specified in this line trade agreement.",
12942
+ "unece:exclusivityPeriod_label": "Exclusivity Period",
12943
+ "unece:frequencyEffectivePeriod": "A specified period of time for which a frequency is effective for this transport route.",
12944
+ "unece:frequencyEffectivePeriod_label": "Frequency Effective Period",
12945
+ "unece:guaranteedProductLifeSpanPeriod": "The guaranteed product life span specified in this line trade agreement.",
12946
+ "unece:guaranteedProductLifeSpanPeriod_label": "Guaranteed Product Life Span Period",
12947
+ "unece:laycanOccurrencePeriod": "The specified period of laycan time during which this transport event occurs.",
12948
+ "unece:laycanOccurrencePeriod_label": "Laycan Occurrence Period",
12949
+ "unece:maximumOrderQuantityOrderingPeriod": "The maximum order quantity ordering period specified in this line trade agreement.",
12950
+ "unece:maximumOrderQuantityOrderingPeriod_label": "Maximum Order Quantity Ordering Period",
12951
+ "unece:minimumOrderQuantityOrderingPeriod": "The minimum order quantity ordering period specified in this line trade agreement.",
12952
+ "unece:minimumOrderQuantityOrderingPeriod_label": "Minimum Order Quantity Ordering Period",
12953
+ "unece:occurrencePeriod": "A specified period of time during which this supply chain event occurs.",
12954
+ "unece:occurrencePeriod_label": "Occurrence Period",
12955
+ "unece:operationalApplicablePeriod": "An operational period applicable for this trade price.",
12956
+ "unece:operationalApplicablePeriod_label": "Operational Applicable Period",
12957
+ "unece:operationalPeriod": "A operational period for this experience product.",
12958
+ "unece:operationalPeriod_label": "Operational Period",
12959
+ "unece:orderingSpecifiedPeriod": "The ordering period specified in this line trade agreement.",
12960
+ "unece:orderingSpecifiedPeriod_label": "Ordering Specified Period",
12961
+ "unece:plannedPerformancePeriod": "A planned period of performance for this referenced transport service.",
12962
+ "unece:plannedPerformancePeriod_label": "Planned Performance Period",
12963
+ "unece:projectedSpecifiedPeriod": "A specified period projected for this supply chain supply plan.",
12964
+ "unece:projectedSpecifiedPeriod_label": "Projected Specified Period",
12965
+ "unece:requestedPerformancePeriod": "A requested period of performance for this referenced transport service.",
12966
+ "unece:requestedPerformancePeriod_label": "Requested Performance Period",
12967
+ "unece:resalePeriod": "The resale period specified in this line trade agreement.",
12968
+ "unece:resalePeriod_label": "Resale Period",
12969
+ "unece:scheduledOccurrencePeriod": "The scheduled period of time specified for the occurrence of this transport event.",
12970
+ "unece:scheduledOccurrencePeriod_label": "Scheduled Occurrence Period",
12971
+ "unece:scheduledPeriod": "The specified period during which this transport route is scheduled.",
12972
+ "unece:scheduledPeriod_label": "Scheduled Period",
12973
+ "unece:seasonalApplicablePeriod": "A seasonal period applicable for this trade price.",
12974
+ "unece:seasonalApplicablePeriod_label": "Seasonal Applicable Period",
12975
+ "unece:shippingPeriod": "The shipping period specified in this header trade agreement.",
12976
+ "unece:shippingPeriod_label": "Shipping Period",
12977
+ "unece:specifiedSpecifiedPeriod": "The period specified for this supply chain supply plan.",
12978
+ "unece:specifiedSpecifiedPeriod_label": "Specified Specified Period",
12979
+ "unece:stayPeriod": "A period of stay at this logistics location.",
12980
+ "unece:stayPeriod_label": "Stay Period",
12981
+ "unece:transportMeansStayOccurrencePeriod": "The specified period during which the transport means is held at a location.",
12982
+ "unece:transportMeansStayOccurrencePeriod_label": "Transport Means Stay Occurrence Period",
12983
+ "unece:validityPeriod": "A period of validity specified for this referenced document.",
12984
+ "unece:validityPeriod_label": "Validity Period",
12985
+ "unece:valuePeriod": "A period specified for the value of this sustainability characteristic.",
12986
+ "unece:valuePeriod_label": "Value Period",
12987
+ "unece:visitingPeriod": "A visiting period for this specified experience item.",
12988
+ "unece:visitingPeriod_label": "Visiting Period"
12989
+ },
12990
+ "standardTypeCodeList": {
12991
+ "unece:applicableStandard": "A referenced standard applicable to this agricultural certificate.",
12992
+ "unece:applicableStandard_label": "Applicable Standard",
12993
+ "unece:associatedStandard": "A referenced standard associated to this specified licence.",
12994
+ "unece:associatedStandard_label": "Associated Standard",
12995
+ "unece:inspectionStandard": "A referenced inspection standard for this specified inspection result.",
12996
+ "unece:inspectionStandard_label": "Inspection Standard",
12997
+ "unece:relatedStandard": "A referenced standard related to this specified certification.",
12998
+ "unece:relatedStandard_label": "Related Standard"
12999
+ },
12404
13000
  "statusCodeList": {
12405
13001
  "unece:StatusCodeList#1": "To be done",
12406
13002
  "unece:StatusCodeList#10": "0 day available",
@@ -12755,6 +13351,10 @@
12755
13351
  "unece:StatusCodeList#98": "Debt released",
12756
13352
  "unece:StatusCodeList#99": "Law suit filed"
12757
13353
  },
13354
+ "storesItemInventoryTypeCodeList": {
13355
+ "unece:onboardInventory": "A stores inventory item held onboard for this logistics transport movement.",
13356
+ "unece:onboardInventory_label": "Onboard Inventory"
13357
+ },
12758
13358
  "subjectCodeList": {
12759
13359
  "unece:SubjectCodeList#AAA": "Goods item description",
12760
13360
  "unece:SubjectCodeList#AAB": "Payment term",
@@ -13158,6 +13758,108 @@
13158
13758
  "unece:SubjectCodeList#WHI": "Warehouse instruction/information",
13159
13759
  "unece:SubjectCodeList#ZZZ": "Mutually defined"
13160
13760
  },
13761
+ "supplyChainEventTypeCodeList": {
13762
+ "unece:acceptanceEvent": "An acceptance delivery event, at header level, for this trade delivery.",
13763
+ "unece:acceptanceEvent_label": "Acceptance Event",
13764
+ "unece:actualDeliveryEvent": "An actual delivery event for this subordinate line trade delivery.",
13765
+ "unece:actualDeliveryEvent_label": "Actual Delivery Event",
13766
+ "unece:actualDespatchEvent": "An actual despatch event, at header level, for this trade delivery.",
13767
+ "unece:actualDespatchEvent_label": "Actual Despatch Event",
13768
+ "unece:actualLoadingEvent": "The actual loading event, at header level, for this trade delivery.",
13769
+ "unece:actualLoadingEvent_label": "Actual Loading Event",
13770
+ "unece:actualPickUpEvent": "The actual pick-up event, at header level, for this trade delivery.",
13771
+ "unece:actualPickUpEvent_label": "Actual Pick Up Event",
13772
+ "unece:actualReceiptEvent": "The actual receipt event, at header level, for this trade delivery.",
13773
+ "unece:actualReceiptEvent_label": "Actual Receipt Event",
13774
+ "unece:actualUnloadingEvent": "The actual unloading event, at header level, for this trade delivery.",
13775
+ "unece:actualUnloadingEvent_label": "Actual Unloading Event",
13776
+ "unece:confirmedDeliveryEvent": "A confirmed delivery event in this supply chain supply plan.",
13777
+ "unece:confirmedDeliveryEvent_label": "Confirmed Delivery Event",
13778
+ "unece:confirmedDespatchEvent": "The despatch event, at header level, confirmed for this trade delivery.",
13779
+ "unece:confirmedDespatchEvent_label": "Confirmed Despatch Event",
13780
+ "unece:confirmedPickUpEvent": "The pick-up event, at header level, confirmed for this trade delivery.",
13781
+ "unece:confirmedPickUpEvent_label": "Confirmed Pick Up Event",
13782
+ "unece:confirmedReleaseEvent": "The confirmed release event, at header level, for this trade delivery.",
13783
+ "unece:confirmedReleaseEvent_label": "Confirmed Release Event",
13784
+ "unece:deliverySupplyChainEvent": "A delivery event for this supply chain supply plan.",
13785
+ "unece:deliverySupplyChainEvent_label": "Delivery Supply Chain Event",
13786
+ "unece:estimatedDeliveryEvent": "An estimated delivery event for this trade delivery header.",
13787
+ "unece:estimatedDeliveryEvent_label": "Estimated Delivery Event",
13788
+ "unece:inspectionEvent": "A supply chain inspection event at this logistics location.",
13789
+ "unece:inspectionEvent_label": "Inspection Event",
13790
+ "unece:occurrenceEvent": "An occurrence of an event for this production process.",
13791
+ "unece:occurrenceEvent_label": "Occurrence Event",
13792
+ "unece:packagingEvent": "The packaging event for this trade product instance.",
13793
+ "unece:packagingEvent_label": "Packaging Event",
13794
+ "unece:plannedDeliveryEvent": "A delivery event, at header level, planned for this trade delivery.",
13795
+ "unece:plannedDeliveryEvent_label": "Planned Delivery Event",
13796
+ "unece:plannedDespatchEvent": "A despatch event, at header level, planned for this trade delivery.",
13797
+ "unece:plannedDespatchEvent_label": "Planned Despatch Event",
13798
+ "unece:plannedPickUpEvent": "The pick-up event, at header level, planned for this trade delivery.",
13799
+ "unece:plannedPickUpEvent_label": "Planned Pick Up Event",
13800
+ "unece:plannedReleaseEvent": "The release event, at header level, planned for this trade delivery.",
13801
+ "unece:plannedReleaseEvent_label": "Planned Release Event",
13802
+ "unece:plannedShipFromDeliveryEvent": "The event of the planned ship from delivery, at header level, for this trade delivery.",
13803
+ "unece:plannedShipFromDeliveryEvent_label": "Planned Ship From Delivery Event",
13804
+ "unece:plannedShipToDeliveryEvent": "The planned ship to delivery event, at header level, for this trade delivery.",
13805
+ "unece:plannedShipToDeliveryEvent_label": "Planned Ship To Delivery Event",
13806
+ "unece:previousDeliverySupplyChainEvent": "A previous delivery event, at header level, for this trade delivery.",
13807
+ "unece:previousDeliverySupplyChainEvent_label": "Previous Delivery Supply Chain Event",
13808
+ "unece:processingEvent": "The processing event for this trade product instance.",
13809
+ "unece:processingEvent_label": "Processing Event",
13810
+ "unece:productionEvent": "The production event for this trade product instance.",
13811
+ "unece:productionEvent_label": "Production Event",
13812
+ "unece:reclassificationEvent": "A reclassification supply chain event for this trade product instance.",
13813
+ "unece:reclassificationEvent_label": "Reclassification Event",
13814
+ "unece:reportedSupplyChainEvent": "A supply chain event reported for this logistics status.",
13815
+ "unece:reportedSupplyChainEvent_label": "Reported Supply Chain Event",
13816
+ "unece:reportingIOTDeviceSupplyChainEvent": "An IOT (Internet of Things) device or scanning device reporting event for this production machine.",
13817
+ "unece:reportingIOTDeviceSupplyChainEvent_label": "Reporting IOT Device Supply Chain Event",
13818
+ "unece:requestedDeliveryEvent": "A delivery event, at header level, requested for this trade delivery.",
13819
+ "unece:requestedDeliveryEvent_label": "Requested Delivery Event",
13820
+ "unece:requestedDespatchEvent": "A despatch event, at header level, requested for this trade delivery.",
13821
+ "unece:requestedDespatchEvent_label": "Requested Despatch Event",
13822
+ "unece:scheduledDeliveryEvent": "A scheduled delivery event in this supply chain supply plan.",
13823
+ "unece:scheduledDeliveryEvent_label": "Scheduled Delivery Event",
13824
+ "unece:specifiedSupplyChainEvent": "A supply chain event specified for this product batch.",
13825
+ "unece:specifiedSupplyChainEvent_label": "Specified Supply Chain Event",
13826
+ "unece:ultimateShipToDeliveryEvent": "The ultimate ship to delivery event, at header level, for this trade delivery.",
13827
+ "unece:ultimateShipToDeliveryEvent_label": "Ultimate Ship To Delivery Event"
13828
+ },
13829
+ "supplyChainReferenceTypeCodeList": {
13830
+ "unece:associatedReference": "A reference associated with this supply chain event.",
13831
+ "unece:associatedReference_label": "Associated Reference",
13832
+ "unece:specifiedSupplyChainReference": "A reference specified for this supply chain consignment.",
13833
+ "unece:specifiedSupplyChainReference_label": "Specified Supply Chain Reference"
13834
+ },
13835
+ "supplyChainTradeLineItemTypeCodeList": {
13836
+ "unece:includedSupplyChainTradeLineItem": "A supply chain trade line item included in this logistics package.",
13837
+ "unece:includedSupplyChainTradeLineItem_label": "Included Supply Chain Trade Line Item",
13838
+ "unece:specifiedTradeLineItem": "A trade line item specified for this forecast delivery schedule.",
13839
+ "unece:specifiedTradeLineItem_label": "Specified Trade Line Item"
13840
+ },
13841
+ "supplyChainTradeTransactionTypeCodeList": {
13842
+ "unece:relatedTradeTransaction": "A supply chain trade transaction related to this specified assessment.",
13843
+ "unece:relatedTradeTransaction_label": "Related Trade Transaction"
13844
+ },
13845
+ "supplyPlanTypeCodeList": {
13846
+ "unece:projectedSupplyPlan": "A supply plan, at line level, projected for this trade delivery.",
13847
+ "unece:projectedSupplyPlan_label": "Projected Supply Plan",
13848
+ "unece:specifiedSupplyPlan": "The specification of the delivery quantities and delivery date/time values in a supply plan for this trade product.",
13849
+ "unece:specifiedSupplyPlan_label": "Specified Supply Plan"
13850
+ },
13851
+ "sustainabilityCharacteristicTypeCodeList": {
13852
+ "unece:applicableSustainabilityCharacteristic": "A characteristic applicable to this sustainability inspection.",
13853
+ "unece:applicableSustainabilityCharacteristic_label": "Applicable Sustainability Characteristic",
13854
+ "unece:includedCharacteristic": "A sustainability characteristic included in this sustainability assertion.",
13855
+ "unece:includedCharacteristic_label": "Included Characteristic",
13856
+ "unece:relatedSustainabilityCharacteristic": "A sustainability characteristic related to this supply chain event.",
13857
+ "unece:relatedSustainabilityCharacteristic_label": "Related Sustainability Characteristic"
13858
+ },
13859
+ "sustainabilityInspectionTypeCodeList": {
13860
+ "unece:applicableSustainabilityInspection": "A sustainability inspection applicable to this logistics transport movement.",
13861
+ "unece:applicableSustainabilityInspection_label": "Applicable Sustainability Inspection"
13862
+ },
13161
13863
  "taxCategoryCodeList": {
13162
13864
  "unece:TaxCategoryCodeList#A": "Mixed tax rate",
13163
13865
  "unece:TaxCategoryCodeList#AA": "Lower rate",
@@ -13274,6 +13976,14 @@
13274
13976
  "unece:TaxTypeCodeList#VAD": "Valuation deposit",
13275
13977
  "unece:TaxTypeCodeList#VAT": "Value added tax"
13276
13978
  },
13979
+ "technicalCharacteristicTypeCodeList": {
13980
+ "unece:applicableTechnicalCharacteristic": "A technical characteristic applicable to this TT location.",
13981
+ "unece:applicableTechnicalCharacteristic_label": "Applicable Technical Characteristic",
13982
+ "unece:managedCharacteristic": "A technical characteristic managed by this TT party.",
13983
+ "unece:managedCharacteristic_label": "Managed Characteristic",
13984
+ "unece:relatedTechnicalCharacteristic": "A technical characteristic related to this animal holding event.",
13985
+ "unece:relatedTechnicalCharacteristic_label": "Related Technical Characteristic"
13986
+ },
13277
13987
  "temperatureTypeCodeList": {
13278
13988
  "unece:TemperatureTypeCodeList#1": "Storage temperature",
13279
13989
  "unece:TemperatureTypeCodeList#2": "Transport temperature",
@@ -13356,6 +14066,34 @@
13356
14066
  "unece:TimeReferenceCodeList#9": "Date invoice received",
13357
14067
  "unece:TimeReferenceCodeList#ZZZ": "Other reference date agreed upon between the parties"
13358
14068
  },
14069
+ "tradeProductFeatureTypeCodeList": {
14070
+ "unece:marketingFeature": "A marketing feature of this trade product.",
14071
+ "unece:marketingFeature_label": "Marketing Feature"
14072
+ },
14073
+ "tradeProductTypeCodeList": {
14074
+ "unece:applicableProduct": "A product applicable for this subordinate trade line item.",
14075
+ "unece:applicableProduct_label": "Applicable Product",
14076
+ "unece:componentProduct": "A trade product component of this product batch.",
14077
+ "unece:componentProduct_label": "Component Product",
14078
+ "unece:includedTradeProduct": "A product included in this supply chain inventory.",
14079
+ "unece:includedTradeProduct_label": "Included Trade Product",
14080
+ "unece:inputApplicableProduct": "An input product applicable to this facility production unit.",
14081
+ "unece:inputApplicableProduct_label": "Input Applicable Product",
14082
+ "unece:outputApplicableProduct": "An output product applicable to this facility production unit.",
14083
+ "unece:outputApplicableProduct_label": "Output Applicable Product",
14084
+ "unece:requisitionerSpecifiedProduct": "The product specified by the requisitioner for this supply chain trade line item.",
14085
+ "unece:requisitionerSpecifiedProduct_label": "Requisitioner Specified Product",
14086
+ "unece:specifiedTradeProduct": "A product specified for this supply chain trade line item.",
14087
+ "unece:specifiedTradeProduct_label": "Specified Trade Product"
14088
+ },
14089
+ "transportationWasteMaterialComponentTypeCodeList": {
14090
+ "unece:includedTransportationWasteMaterialComponent": "A material component included in this transportation waste.",
14091
+ "unece:includedTransportationWasteMaterialComponent_label": "Included Transportation Waste Material Component"
14092
+ },
14093
+ "transportationWasteMaterialTypeCodeList": {
14094
+ "unece:reportedTransportationWasteMaterial": "Transportation waste material reported for this logistics transport movement.",
14095
+ "unece:reportedTransportationWasteMaterial_label": "Reported Transportation Waste Material"
14096
+ },
13359
14097
  "transportContractMovementCodeList": {
13360
14098
  "unece:TransportContractMovementCodeList#1": "Breakbulk",
13361
14099
  "unece:TransportContractMovementCodeList#10": "Private parcel service",
@@ -13598,6 +14336,82 @@
13598
14336
  "unece:TransportEquipmentSupplierPartyRoleCodeList#6": "Forwarder supplied from a leasing company",
13599
14337
  "unece:TransportEquipmentSupplierPartyRoleCodeList#7": "Forwarder supplied from the railways' pool"
13600
14338
  },
14339
+ "transportEventTypeCodeList": {
14340
+ "unece:arrivalEvent": "An arrival event for this logistics transport movement.",
14341
+ "unece:arrivalEvent_label": "Arrival Event",
14342
+ "unece:arrivalReportedEvent": "A transport arrival event reported for this logistics status.",
14343
+ "unece:arrivalReportedEvent_label": "Arrival Reported Event",
14344
+ "unece:bondedWarehouseStorageEvent": "A bonded warehouse storage event for this supply chain consignment.",
14345
+ "unece:bondedWarehouseStorageEvent_label": "Bonded Warehouse Storage Event",
14346
+ "unece:borderCrossingEvent": "A border crossing event for this logistics transport movement.",
14347
+ "unece:borderCrossingEvent_label": "Border Crossing Event",
14348
+ "unece:callEvent": "A call event for this logistics transport movement.",
14349
+ "unece:callEvent_label": "Call Event",
14350
+ "unece:consolidationEvent": "A consolidation event specifying when and where this piece of logistics transport equipment will be, or has been, stuffed.",
14351
+ "unece:consolidationEvent_label": "Consolidation Event",
14352
+ "unece:damageEvent": "A damage event for this logistics transport movement.",
14353
+ "unece:damageEvent_label": "Damage Event",
14354
+ "unece:deconsolidationEvent": "A deconsolidation event for this piece of logistics transport equipment.",
14355
+ "unece:deconsolidationEvent_label": "Deconsolidation Event",
14356
+ "unece:delaySpecifiedEvent": "A delay specified for this referenced transport event.",
14357
+ "unece:delaySpecifiedEvent_label": "Delay Specified Event",
14358
+ "unece:deliveryTransportEvent": "A delivery event for this piece of logistics transport equipment.",
14359
+ "unece:deliveryTransportEvent_label": "Delivery Transport Event",
14360
+ "unece:departureEvent": "A departure event during this logistics transport movement.",
14361
+ "unece:departureEvent_label": "Departure Event",
14362
+ "unece:departureReportedEvent": "A transport departure event reported for this logistics status.",
14363
+ "unece:departureReportedEvent_label": "Departure Reported Event",
14364
+ "unece:devanningEvent": "A transport devanning event for this referenced supply chain consignment, i.e. the unloading of this consignment at the place of delivery.",
14365
+ "unece:devanningEvent_label": "Devanning Event",
14366
+ "unece:examinationEvent": "An examination event for this cross-border regulatory procedure.",
14367
+ "unece:examinationEvent_label": "Examination Event",
14368
+ "unece:firstArrivalEvent": "The first arrival event for this logistics transport movement.",
14369
+ "unece:firstArrivalEvent_label": "First Arrival Event",
14370
+ "unece:itineraryStopEvent": "An itinerary stop event for this transport route, such as a port call in a vessel schedule.",
14371
+ "unece:itineraryStopEvent_label": "Itinerary Stop Event",
14372
+ "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.",
14373
+ "unece:loadingEvent_label": "Loading Event",
14374
+ "unece:loadingReportedEvent": "A transport loading event reported for this logistics status.",
14375
+ "unece:loadingReportedEvent_label": "Loading Reported Event",
14376
+ "unece:nextDeliveryEvent": "A next delivery event for this transportation waste material.",
14377
+ "unece:nextDeliveryEvent_label": "Next Delivery Event",
14378
+ "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.",
14379
+ "unece:pickUpEvent_label": "Pick Up Event",
14380
+ "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.",
14381
+ "unece:positioningEvent_label": "Positioning Event",
14382
+ "unece:previousDeliveryTransportEvent": "A previous delivery event for this transportation waste material.",
14383
+ "unece:previousDeliveryTransportEvent_label": "Previous Delivery Transport Event",
14384
+ "unece:registrationEvent": "A registration event of this logistics transport means.",
14385
+ "unece:registrationEvent_label": "Registration Event",
14386
+ "unece:remainingDeliveryEvent": "A delivery event for this remaining transportation waste material component.",
14387
+ "unece:remainingDeliveryEvent_label": "Remaining Delivery Event",
14388
+ "unece:reportedTransportEvent": "A transport event reported by this monitoring IOT device.",
14389
+ "unece:reportedTransportEvent_label": "Reported Transport Event",
14390
+ "unece:reportingIOTDeviceTransportEvent": "An IOT device reported transport event for this piece of logistics transport equipment.",
14391
+ "unece:reportingIOTDeviceTransportEvent_label": "Reporting IOT Device Transport Event",
14392
+ "unece:shipToShipEvent": "A ship to ship event for this logistics transport movement.",
14393
+ "unece:shipToShipEvent_label": "Ship To Ship Event",
14394
+ "unece:specifiedTransportEvent": "A transport event specified for this logistics transport movement.",
14395
+ "unece:specifiedTransportEvent_label": "Specified Transport Event",
14396
+ "unece:staySpecifiedEvent": "A stay specified for this referenced transport event.",
14397
+ "unece:staySpecifiedEvent_label": "Stay Specified Event",
14398
+ "unece:storageEvent": "A storage event for this supply chain consignment.",
14399
+ "unece:storageEvent_label": "Storage Event",
14400
+ "unece:transportEvent": "An event occurring during the transport of this supply chain consignment.",
14401
+ "unece:transportEvent_label": "Transport Event",
14402
+ "unece:transshipmentIntermediateEvent": "A transshipment intermediate event during this logistics transport movement.",
14403
+ "unece:transshipmentIntermediateEvent_label": "Transshipment Intermediate Event",
14404
+ "unece:treatmentEvent": "A treatment event for this cross-border regulatory procedure.",
14405
+ "unece:treatmentEvent_label": "Treatment Event",
14406
+ "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.",
14407
+ "unece:unloadingEvent_label": "Unloading Event",
14408
+ "unece:unloadingReportedEvent": "A transport unloading event reported for this logistics status.",
14409
+ "unece:unloadingReportedEvent_label": "Unloading Reported Event",
14410
+ "unece:vanningEvent": "The vanning event (the loading of this consignment at the place of its original despatch) for this referenced supply chain consignment.",
14411
+ "unece:vanningEvent_label": "Vanning Event",
14412
+ "unece:warehouseStorageEvent": "A warehouse storage event for this referenced supply chain consignment.",
14413
+ "unece:warehouseStorageEvent_label": "Warehouse Storage Event"
14414
+ },
13601
14415
  "transportMeansDirectionCodeList": {
13602
14416
  "unece:TransportMeansDirectionCodeList#BS": "Buyer to seller",
13603
14417
  "unece:TransportMeansDirectionCodeList#SB": "Seller to buyer",
@@ -15783,6 +16597,10 @@
15783
16597
  "unece:VolumeUnitMeasureCode#MMQ": "cubic millimetre",
15784
16598
  "unece:VolumeUnitMeasureCode#MTQ": "cubic metre"
15785
16599
  },
16600
+ "voucherTypeCodeList": {
16601
+ "unece:identifiedVoucher": "An experience item voucher identified for this trade settlement payment means.",
16602
+ "unece:identifiedVoucher_label": "Identified Voucher"
16603
+ },
15786
16604
  "weightUnitMeasureCode": {
15787
16605
  "unece:WeightUnitMeasureCode#GRM": "gram",
15788
16606
  "unece:WeightUnitMeasureCode#KGM": "kilogram",
@@ -15813,6 +16631,10 @@
15813
16631
  "unece:WorkflowStatusCodeList#85": "Updated",
15814
16632
  "unece:WorkflowStatusCodeList#95": "Unchanged",
15815
16633
  "unece:WorkflowStatusCodeList#97": "Pending"
16634
+ },
16635
+ "xHEParameterTypeCodeList": {
16636
+ "unece:specifiedParameter": "A parameter specified for this XHE context.",
16637
+ "unece:specifiedParameter_label": "Specified Parameter"
15816
16638
  }
15817
16639
  }
15818
16640
  }