@twin.org/standards-gs1 0.0.3-next.10 → 0.0.3-next.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/dataTypes/epcisDataTypes.js +61 -0
- package/dist/es/dataTypes/epcisDataTypes.js.map +1 -0
- package/dist/es/dataTypes/gs1DataTypes.js +2 -2
- package/dist/es/dataTypes/gs1DataTypes.js.map +1 -1
- package/dist/es/index.js +26 -7
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisAggregationEvent.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisAssociationEvent.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisAttribute.js +2 -0
- package/dist/es/models/epcis20/IEpcisAttribute.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisBizTransaction.js +0 -2
- package/dist/es/models/epcis20/IEpcisBizTransaction.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisDestination.js +0 -2
- package/dist/es/models/epcis20/IEpcisDestination.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisDocument.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisErrorDeclaration.js +2 -0
- package/dist/es/models/epcis20/IEpcisErrorDeclaration.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisEvent.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisHeader.js +2 -0
- package/dist/es/models/epcis20/IEpcisHeader.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisIlmd.js +2 -0
- package/dist/es/models/epcis20/IEpcisIlmd.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisLocation.js +2 -0
- package/dist/es/models/epcis20/IEpcisLocation.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisObjectEvent.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisPersistentDisposition.js +2 -0
- package/dist/es/models/epcis20/IEpcisPersistentDisposition.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisQuantity.js +0 -2
- package/dist/es/models/epcis20/IEpcisQuantity.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisQuery.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisQueryDocument.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisQueryDocumentBody.js +2 -0
- package/dist/es/models/epcis20/IEpcisQueryDocumentBody.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisQueryResults.js +2 -0
- package/dist/es/models/epcis20/IEpcisQueryResults.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisQueryResultsBody.js +2 -0
- package/dist/es/models/epcis20/IEpcisQueryResultsBody.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisSensorElement.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisSensorMetadata.js +0 -2
- package/dist/es/models/epcis20/IEpcisSensorMetadata.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisSensorReport.js +0 -2
- package/dist/es/models/epcis20/IEpcisSensorReport.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisSource.js +0 -2
- package/dist/es/models/epcis20/IEpcisSource.js.map +1 -1
- package/dist/es/models/epcis20/IEpcisTransactionEvent.js +2 -0
- package/dist/es/models/epcis20/IEpcisTransactionEvent.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisTransformationEvent.js +2 -0
- package/dist/es/models/epcis20/IEpcisTransformationEvent.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisVocabulary.js +2 -0
- package/dist/es/models/epcis20/IEpcisVocabulary.js.map +1 -0
- package/dist/es/models/epcis20/IEpcisVocabularyElement.js +2 -0
- package/dist/es/models/epcis20/IEpcisVocabularyElement.js.map +1 -0
- package/dist/es/models/epcis20/epcisActionTypes.js +7 -4
- package/dist/es/models/epcis20/epcisActionTypes.js.map +1 -1
- package/dist/es/models/epcis20/epcisBizStepTypes.js +140 -2
- package/dist/es/models/epcis20/epcisBizStepTypes.js.map +1 -1
- package/dist/es/models/epcis20/epcisBizTransactionTypes.js +75 -0
- package/dist/es/models/epcis20/epcisBizTransactionTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisComponentTypes.js +77 -0
- package/dist/es/models/epcis20/epcisComponentTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisContextType.js +2 -0
- package/dist/es/models/epcis20/epcisContextType.js.map +1 -0
- package/dist/es/models/epcis20/epcisContexts.js +17 -0
- package/dist/es/models/epcis20/epcisContexts.js.map +1 -0
- package/dist/es/models/epcis20/epcisDispositionTypes.js +112 -2
- package/dist/es/models/epcis20/epcisDispositionTypes.js.map +1 -1
- package/dist/es/models/epcis20/epcisErrorReasonTypes.js +20 -0
- package/dist/es/models/epcis20/epcisErrorReasonTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisEventTypes.js +6 -6
- package/dist/es/models/epcis20/epcisEventTypes.js.map +1 -1
- package/dist/es/models/epcis20/epcisEvents.js +2 -0
- package/dist/es/models/epcis20/epcisEvents.js.map +1 -0
- package/dist/es/models/epcis20/epcisMeasurementTypes.js +301 -0
- package/dist/es/models/epcis20/epcisMeasurementTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisSensorAlertTypes.js +19 -0
- package/dist/es/models/epcis20/epcisSensorAlertTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisSourceDestTypes.js +26 -0
- package/dist/es/models/epcis20/epcisSourceDestTypes.js.map +1 -0
- package/dist/es/models/epcis20/epcisTypes.js +37 -0
- package/dist/es/models/epcis20/epcisTypes.js.map +1 -0
- package/dist/es/models/gs1/gs1Contexts.js +2 -2
- package/dist/es/models/gs1/gs1Contexts.js.map +1 -1
- package/dist/es/schemas/EpcisAggregationEvent.json +273 -0
- package/dist/es/schemas/EpcisAssociationEvent.json +274 -0
- package/dist/es/schemas/EpcisDocument.json +204 -0
- package/dist/es/schemas/EpcisObjectEvent.json +277 -0
- package/dist/es/schemas/EpcisQueryDocument.json +173 -0
- package/dist/es/schemas/EpcisTransactionEvent.json +274 -0
- package/dist/es/schemas/EpcisTransformationEvent.json +290 -0
- package/dist/types/dataTypes/epcisDataTypes.d.ts +13 -0
- package/dist/types/index.d.ts +26 -7
- package/dist/types/models/epcis20/IEpcisAggregationEvent.d.ts +75 -4
- package/dist/types/models/epcis20/IEpcisAssociationEvent.d.ts +74 -4
- package/dist/types/models/epcis20/IEpcisAttribute.d.ts +15 -0
- package/dist/types/models/epcis20/IEpcisBizTransaction.d.ts +12 -5
- package/dist/types/models/epcis20/IEpcisDestination.d.ts +13 -5
- package/dist/types/models/epcis20/IEpcisDocument.d.ts +35 -7
- package/dist/types/models/epcis20/IEpcisErrorDeclaration.d.ts +25 -0
- package/dist/types/models/epcis20/IEpcisEvent.d.ts +23 -22
- package/dist/types/models/epcis20/IEpcisHeader.d.ts +17 -0
- package/dist/types/models/epcis20/IEpcisIlmd.d.ts +8 -0
- package/dist/types/models/epcis20/IEpcisLocation.d.ts +12 -0
- package/dist/types/models/epcis20/IEpcisObjectEvent.d.ts +72 -12
- package/dist/types/models/epcis20/IEpcisPersistentDisposition.d.ts +17 -0
- package/dist/types/models/epcis20/IEpcisQuantity.d.ts +14 -5
- package/dist/types/models/epcis20/IEpcisQuery.d.ts +2 -1
- package/dist/types/models/epcis20/IEpcisQueryDocument.d.ts +10 -30
- package/dist/types/models/epcis20/IEpcisQueryDocumentBody.d.ts +12 -0
- package/dist/types/models/epcis20/IEpcisQueryResults.d.ts +20 -0
- package/dist/types/models/epcis20/IEpcisQueryResultsBody.d.ts +17 -0
- package/dist/types/models/epcis20/IEpcisSensorElement.d.ts +13 -8
- package/dist/types/models/epcis20/IEpcisSensorMetadata.d.ts +37 -10
- package/dist/types/models/epcis20/IEpcisSensorReport.d.ts +122 -8
- package/dist/types/models/epcis20/IEpcisSource.d.ts +12 -5
- package/dist/types/models/epcis20/IEpcisTransactionEvent.d.ts +78 -0
- package/dist/types/models/epcis20/IEpcisTransformationEvent.d.ts +96 -0
- package/dist/types/models/epcis20/IEpcisVocabulary.d.ts +16 -0
- package/dist/types/models/epcis20/IEpcisVocabularyElement.d.ts +21 -0
- package/dist/types/models/epcis20/epcisActionTypes.d.ts +9 -5
- package/dist/types/models/epcis20/epcisBizStepTypes.d.ts +144 -3
- package/dist/types/models/epcis20/epcisBizTransactionTypes.d.ts +74 -0
- package/dist/types/models/epcis20/epcisComponentTypes.d.ts +76 -0
- package/dist/types/models/epcis20/epcisContextType.d.ts +15 -0
- package/dist/types/models/epcis20/epcisContexts.d.ts +17 -0
- package/dist/types/models/epcis20/epcisDispositionTypes.d.ts +117 -3
- package/dist/types/models/epcis20/epcisErrorReasonTypes.d.ts +19 -0
- package/dist/types/models/epcis20/epcisEventTypes.d.ts +7 -7
- package/dist/types/models/epcis20/epcisEvents.d.ts +11 -0
- package/dist/types/models/epcis20/epcisMeasurementTypes.d.ts +303 -0
- package/dist/types/models/epcis20/epcisSensorAlertTypes.d.ts +19 -0
- package/dist/types/models/epcis20/epcisSourceDestTypes.d.ts +26 -0
- package/dist/types/models/epcis20/epcisTypes.d.ts +37 -0
- package/dist/types/models/gs1/gs1Contexts.d.ts +2 -2
- package/docs/changelog.md +15 -0
- package/docs/reference/classes/EpcisDataTypes.md +37 -0
- package/docs/reference/index.md +40 -15
- package/docs/reference/interfaces/IEpcisAggregationEvent.md +223 -0
- package/docs/reference/interfaces/IEpcisAssociationEvent.md +222 -0
- package/docs/reference/interfaces/IEpcisAttribute.md +31 -0
- package/docs/reference/interfaces/IEpcisBizTransaction.md +35 -0
- package/docs/reference/interfaces/IEpcisDestination.md +36 -0
- package/docs/reference/interfaces/IEpcisDocument.md +67 -3
- package/docs/reference/interfaces/IEpcisErrorDeclaration.md +44 -0
- package/docs/reference/interfaces/IEpcisEvent.md +46 -30
- package/docs/reference/interfaces/IEpcisHeader.md +31 -0
- package/docs/reference/interfaces/IEpcisIlmd.md +16 -0
- package/docs/reference/interfaces/IEpcisLocation.md +24 -0
- package/docs/reference/interfaces/IEpcisObjectEvent.md +228 -0
- package/docs/reference/interfaces/IEpcisPersistentDisposition.md +32 -0
- package/docs/reference/interfaces/IEpcisQuantity.md +42 -0
- package/docs/reference/interfaces/IEpcisQuery.md +5 -1
- package/docs/reference/interfaces/IEpcisQueryDocument.md +20 -34
- package/docs/reference/interfaces/IEpcisQueryDocumentBody.md +23 -0
- package/docs/reference/interfaces/IEpcisQueryResults.md +39 -0
- package/docs/reference/interfaces/IEpcisQueryResultsBody.md +31 -0
- package/docs/reference/interfaces/IEpcisSensorElement.md +34 -0
- package/docs/reference/interfaces/IEpcisSensorMetadata.md +88 -0
- package/docs/reference/interfaces/IEpcisSensorReport.md +232 -0
- package/docs/reference/interfaces/IEpcisSource.md +35 -0
- package/docs/reference/interfaces/IEpcisTransactionEvent.md +220 -0
- package/docs/reference/interfaces/IEpcisTransformationEvent.md +249 -0
- package/docs/reference/interfaces/IEpcisVocabulary.md +31 -0
- package/docs/reference/interfaces/IEpcisVocabularyElement.md +40 -0
- package/docs/reference/type-aliases/EpcisActionTypes.md +2 -1
- package/docs/reference/type-aliases/EpcisBizStepTypes.md +4 -1
- package/docs/reference/type-aliases/EpcisBizTransactionTypes.md +5 -0
- package/docs/reference/type-aliases/EpcisComponentTypes.md +5 -0
- package/docs/reference/type-aliases/EpcisContextType.md +6 -0
- package/docs/reference/type-aliases/EpcisContexts.md +5 -0
- package/docs/reference/type-aliases/EpcisDispositionTypes.md +5 -1
- package/docs/reference/type-aliases/EpcisErrorReasonTypes.md +5 -0
- package/docs/reference/type-aliases/EpcisEventTypes.md +1 -1
- package/docs/reference/type-aliases/EpcisEvents.md +6 -0
- package/docs/reference/type-aliases/EpcisMeasurementTypes.md +8 -0
- package/docs/reference/type-aliases/EpcisSensorAlertTypes.md +6 -0
- package/docs/reference/type-aliases/EpcisSourceDestTypes.md +6 -0
- package/docs/reference/variables/EpcisActionTypes.md +7 -4
- package/docs/reference/variables/EpcisBizStepTypes.md +99 -2
- package/docs/reference/variables/EpcisBizTransactionTypes.md +98 -0
- package/docs/reference/variables/EpcisComponentTypes.md +102 -0
- package/docs/reference/variables/EpcisContexts.md +19 -0
- package/docs/reference/variables/EpcisDispositionTypes.md +79 -2
- package/docs/reference/variables/EpcisErrorReasonTypes.md +21 -0
- package/docs/reference/variables/EpcisEventTypes.md +6 -6
- package/docs/reference/variables/EpcisMeasurementTypes.md +442 -0
- package/docs/reference/variables/EpcisSensorAlertTypes.md +20 -0
- package/docs/reference/variables/EpcisSourceDestTypes.md +29 -0
- package/docs/reference/variables/GS1Contexts.md +3 -3
- package/package.json +1 -1
- package/dist/es/models/epcis20/IEpcisBaseAggregationEvent.js +0 -2
- package/dist/es/models/epcis20/IEpcisBaseAggregationEvent.js.map +0 -1
- package/dist/es/models/epcis20/IEpcisEventDetails.js +0 -2
- package/dist/es/models/epcis20/IEpcisEventDetails.js.map +0 -1
- package/dist/es/models/epcis20/IEpcisSimpleLocation.js +0 -4
- package/dist/es/models/epcis20/IEpcisSimpleLocation.js.map +0 -1
- package/dist/es/models/epcis20/epcisErrorTypes.js +0 -11
- package/dist/es/models/epcis20/epcisErrorTypes.js.map +0 -1
- package/dist/es/models/epcis20/epcisEventUnionType.js +0 -2
- package/dist/es/models/epcis20/epcisEventUnionType.js.map +0 -1
- package/dist/types/models/epcis20/IEpcisBaseAggregationEvent.d.ts +0 -19
- package/dist/types/models/epcis20/IEpcisEventDetails.d.ts +0 -35
- package/dist/types/models/epcis20/IEpcisSimpleLocation.d.ts +0 -9
- package/dist/types/models/epcis20/epcisErrorTypes.d.ts +0 -11
- package/dist/types/models/epcis20/epcisEventUnionType.d.ts +0 -7
- package/docs/reference/interfaces/IAggregationEvent.md +0 -223
- package/docs/reference/interfaces/IAssociationEvent.md +0 -223
- package/docs/reference/interfaces/IBizTransaction.md +0 -19
- package/docs/reference/interfaces/IDestination.md +0 -19
- package/docs/reference/interfaces/IEpcisEventDetails.md +0 -167
- package/docs/reference/interfaces/IObjectEvent.md +0 -211
- package/docs/reference/interfaces/IQuantity.md +0 -19
- package/docs/reference/interfaces/ISensorElement.md +0 -19
- package/docs/reference/interfaces/ISensorMetadata.md +0 -35
- package/docs/reference/interfaces/ISensorReport.md +0 -27
- package/docs/reference/interfaces/ISimpleLocation.md +0 -11
- package/docs/reference/interfaces/ISource.md +0 -19
- package/docs/reference/type-aliases/EpcisErrorTypes.md +0 -5
- package/docs/reference/type-aliases/EpcisEventUnionType.md +0 -5
- package/docs/reference/variables/EpcisErrorTypes.md +0 -15
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
> `const` **EpcisBizStepTypes**: `object`
|
|
4
4
|
|
|
5
|
-
Supported EPCIS 2.0 bizStep.
|
|
5
|
+
Supported EPCIS 2.0 `bizStep` values.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
These values come from the GS1 EPCIS / CBV (Core Business Vocabulary).
|
|
8
|
+
Use the union type `EpcisBizStepTypes` when you want to restrict a field to known CBV values.
|
|
8
9
|
|
|
9
10
|
## Type Declaration
|
|
10
11
|
|
|
@@ -12,162 +13,258 @@ See EPCIS CVB specification for details.
|
|
|
12
13
|
|
|
13
14
|
> `readonly` **Accepting**: `"accepting"` = `"accepting"`
|
|
14
15
|
|
|
16
|
+
Activity where an object changes possession and/or ownership.
|
|
17
|
+
|
|
15
18
|
### Arriving
|
|
16
19
|
|
|
17
20
|
> `readonly` **Arriving**: `"arriving"` = `"arriving"`
|
|
18
21
|
|
|
22
|
+
Activity where an object arrives at a location.
|
|
23
|
+
|
|
19
24
|
### Assembling
|
|
20
25
|
|
|
21
26
|
> `readonly` **Assembling**: `"assembling"` = `"assembling"`
|
|
22
27
|
|
|
28
|
+
Combining one or more objects to create a new finished product while originals
|
|
29
|
+
remain recognisable.
|
|
30
|
+
|
|
23
31
|
### Collecting
|
|
24
32
|
|
|
25
33
|
> `readonly` **Collecting**: `"collecting"` = `"collecting"`
|
|
26
34
|
|
|
35
|
+
Picking up and collecting an object for future disposal, recycling, or re-use.
|
|
36
|
+
|
|
27
37
|
### Commissioning
|
|
28
38
|
|
|
29
39
|
> `readonly` **Commissioning**: `"commissioning"` = `"commissioning"`
|
|
30
40
|
|
|
41
|
+
Associating a new instance- or class-level identifier with a specific object
|
|
42
|
+
for the first time.
|
|
43
|
+
|
|
31
44
|
### Consigning
|
|
32
45
|
|
|
33
46
|
> `readonly` **Consigning**: `"consigning"` = `"consigning"`
|
|
34
47
|
|
|
48
|
+
Overall process covering staging_outbound, loading, departing, and accepting
|
|
49
|
+
when granular steps are unknown.
|
|
50
|
+
|
|
35
51
|
### CreatingClassInstance
|
|
36
52
|
|
|
37
53
|
> `readonly` **CreatingClassInstance**: `"creating_class_instance"` = `"creating_class_instance"`
|
|
38
54
|
|
|
55
|
+
Step where an instance or increased quantity of a class-level identifier is
|
|
56
|
+
produced and may repeat.
|
|
57
|
+
|
|
39
58
|
### CycleCounting
|
|
40
59
|
|
|
41
60
|
> `readonly` **CycleCounting**: `"cycle_counting"` = `"cycle_counting"`
|
|
42
61
|
|
|
62
|
+
Counting objects within a location for business needs other than accounting.
|
|
63
|
+
|
|
43
64
|
### Decommissioning
|
|
44
65
|
|
|
45
66
|
> `readonly` **Decommissioning**: `"decommissioning"` = `"decommissioning"`
|
|
46
67
|
|
|
68
|
+
Disassociating an instance-level identifier from an object; it may be
|
|
69
|
+
re-commissioned later with a new identifier.
|
|
70
|
+
|
|
47
71
|
### Departing
|
|
48
72
|
|
|
49
73
|
> `readonly` **Departing**: `"departing"` = `"departing"`
|
|
50
74
|
|
|
75
|
+
Activity where an object leaves a location on its way to a destination.
|
|
76
|
+
|
|
51
77
|
### Destroying
|
|
52
78
|
|
|
53
79
|
> `readonly` **Destroying**: `"destroying"` = `"destroying"`
|
|
54
80
|
|
|
81
|
+
Process of terminating an object so it should not be subject of subsequent events.
|
|
82
|
+
|
|
55
83
|
### Disassembling
|
|
56
84
|
|
|
57
85
|
> `readonly` **Disassembling**: `"disassembling"` = `"disassembling"`
|
|
58
86
|
|
|
87
|
+
Breaking down an object into separate, uniquely identified component parts.
|
|
88
|
+
|
|
59
89
|
### Dispensing
|
|
60
90
|
|
|
61
91
|
> `readonly` **Dispensing**: `"dispensing"` = `"dispensing"`
|
|
62
92
|
|
|
93
|
+
Making a product available in full or part to a consumer.
|
|
94
|
+
|
|
63
95
|
### Encoding
|
|
64
96
|
|
|
65
97
|
> `readonly` **Encoding**: `"encoding"` = `"encoding"`
|
|
66
98
|
|
|
99
|
+
Writing an instance-level identifier to a barcode or RFID tag before
|
|
100
|
+
association with an object.
|
|
101
|
+
|
|
67
102
|
### EnteringExiting
|
|
68
103
|
|
|
69
104
|
> `readonly` **EnteringExiting**: `"entering_exiting"` = `"entering_exiting"`
|
|
70
105
|
|
|
106
|
+
Activity at a facility entrance/exit where customers leave with purchases or
|
|
107
|
+
enter with returns.
|
|
108
|
+
|
|
71
109
|
### Holding
|
|
72
110
|
|
|
73
111
|
> `readonly` **Holding**: `"holding"` = `"holding"`
|
|
74
112
|
|
|
113
|
+
Segregating an object for further review.
|
|
114
|
+
|
|
75
115
|
### Inspecting
|
|
76
116
|
|
|
77
117
|
> `readonly` **Inspecting**: `"inspecting"` = `"inspecting"`
|
|
78
118
|
|
|
119
|
+
Reviewing objects to address potential defects while keeping them viable in the
|
|
120
|
+
supply chain.
|
|
121
|
+
|
|
79
122
|
### Installing
|
|
80
123
|
|
|
81
124
|
> `readonly` **Installing**: `"installing"` = `"installing"`
|
|
82
125
|
|
|
126
|
+
Putting an object into a composite object that already exists.
|
|
127
|
+
|
|
83
128
|
### Killing
|
|
84
129
|
|
|
85
130
|
> `readonly` **Killing**: `"killing"` = `"killing"`
|
|
86
131
|
|
|
132
|
+
Terminating an RFID tag previously associated with an object while the object
|
|
133
|
+
continues to exist.
|
|
134
|
+
|
|
87
135
|
### Loading
|
|
88
136
|
|
|
89
137
|
> `readonly` **Loading**: `"loading"` = `"loading"`
|
|
90
138
|
|
|
139
|
+
Loading an object into a shipping conveyance.
|
|
140
|
+
|
|
91
141
|
### Other
|
|
92
142
|
|
|
93
143
|
> `readonly` **Other**: `"other"` = `"other"`
|
|
94
144
|
|
|
145
|
+
A business step not identified by the CBV list.
|
|
146
|
+
|
|
95
147
|
### Packing
|
|
96
148
|
|
|
97
149
|
> `readonly` **Packing**: `"packing"` = `"packing"`
|
|
98
150
|
|
|
151
|
+
Putting objects into a larger container for shipping, typically where
|
|
152
|
+
aggregation occurs.
|
|
153
|
+
|
|
99
154
|
### Picking
|
|
100
155
|
|
|
101
156
|
> `readonly` **Picking**: `"picking"` = `"picking"`
|
|
102
157
|
|
|
158
|
+
Selecting objects to fill an order.
|
|
159
|
+
|
|
103
160
|
### Receiving
|
|
104
161
|
|
|
105
162
|
> `readonly` **Receiving**: `"receiving"` = `"receiving"`
|
|
106
163
|
|
|
164
|
+
Indicating an object is being received at a location and added to inventory.
|
|
165
|
+
|
|
107
166
|
### Removing
|
|
108
167
|
|
|
109
168
|
> `readonly` **Removing**: `"removing"` = `"removing"`
|
|
110
169
|
|
|
170
|
+
Taking an object out of a composite object; opposite of installing.
|
|
171
|
+
|
|
111
172
|
### Repackaging
|
|
112
173
|
|
|
113
174
|
> `readonly` **Repackaging**: `"repackaging"` = `"repackaging"`
|
|
114
175
|
|
|
176
|
+
Changing an object's packaging configuration.
|
|
177
|
+
|
|
115
178
|
### Repairing
|
|
116
179
|
|
|
117
180
|
> `readonly` **Repairing**: `"repairing"` = `"repairing"`
|
|
118
181
|
|
|
182
|
+
Repairing a malfunctioning product without replacing it.
|
|
183
|
+
|
|
119
184
|
### Replacing
|
|
120
185
|
|
|
121
186
|
> `readonly` **Replacing**: `"replacing"` = `"replacing"`
|
|
122
187
|
|
|
188
|
+
Substituting or exchanging an object for another object.
|
|
189
|
+
|
|
123
190
|
### Reserving
|
|
124
191
|
|
|
125
192
|
> `readonly` **Reserving**: `"reserving"` = `"reserving"`
|
|
126
193
|
|
|
194
|
+
Providing a set of not-yet-commissioned instance identifiers for use by another party.
|
|
195
|
+
|
|
127
196
|
### RetailSelling
|
|
128
197
|
|
|
129
198
|
> `readonly` **RetailSelling**: `"retail_selling"` = `"retail_selling"`
|
|
130
199
|
|
|
200
|
+
Point-of-sale activity transferring ownership to a customer for value.
|
|
201
|
+
|
|
131
202
|
### Shipping
|
|
132
203
|
|
|
133
204
|
> `readonly` **Shipping**: `"shipping"` = `"shipping"`
|
|
134
205
|
|
|
206
|
+
Overall process covering staging_outbound, loading, and departing when finer
|
|
207
|
+
detail is unavailable.
|
|
208
|
+
|
|
135
209
|
### StagingOutbound
|
|
136
210
|
|
|
137
211
|
> `readonly` **StagingOutbound**: `"staging_outbound"` = `"staging_outbound"`
|
|
138
212
|
|
|
213
|
+
Moving an object from a facility to an area where it awaits transport pick-up.
|
|
214
|
+
|
|
139
215
|
### StockTaking
|
|
140
216
|
|
|
141
217
|
> `readonly` **StockTaking**: `"stock_taking"` = `"stock_taking"`
|
|
142
218
|
|
|
219
|
+
Counting objects within a location following established rules for accounting purposes.
|
|
220
|
+
|
|
143
221
|
### Stocking
|
|
144
222
|
|
|
145
223
|
> `readonly` **Stocking**: `"stocking"` = `"stocking"`
|
|
146
224
|
|
|
225
|
+
Activity within a location to make an object available to customers or order
|
|
226
|
+
fulfilment.
|
|
227
|
+
|
|
147
228
|
### Storing
|
|
148
229
|
|
|
149
230
|
> `readonly` **Storing**: `"storing"` = `"storing"`
|
|
150
231
|
|
|
232
|
+
Moving an object into and out of storage within a location.
|
|
233
|
+
|
|
151
234
|
### Transporting
|
|
152
235
|
|
|
153
236
|
> `readonly` **Transporting**: `"transporting"` = `"transporting"`
|
|
154
237
|
|
|
238
|
+
Moving an object from one location to another using a vehicle.
|
|
239
|
+
|
|
155
240
|
### Unloading
|
|
156
241
|
|
|
157
242
|
> `readonly` **Unloading**: `"unloading"` = `"unloading"`
|
|
158
243
|
|
|
244
|
+
Unloading an object from a shipping conveyance.
|
|
245
|
+
|
|
159
246
|
### Unpacking
|
|
160
247
|
|
|
161
248
|
> `readonly` **Unpacking**: `"unpacking"` = `"unpacking"`
|
|
162
249
|
|
|
250
|
+
Removing products from a larger container, usually after receiving or
|
|
251
|
+
accepting.
|
|
252
|
+
|
|
163
253
|
### VoidShipping
|
|
164
254
|
|
|
165
255
|
> `readonly` **VoidShipping**: `"void_shipping"` = `"void_shipping"`
|
|
166
256
|
|
|
257
|
+
Declaring that objects in a prior outbound process were not shipped as previously indicated.
|
|
258
|
+
|
|
167
259
|
### SensorReporting
|
|
168
260
|
|
|
169
261
|
> `readonly` **SensorReporting**: `"sensor_reporting"` = `"sensor_reporting"`
|
|
170
262
|
|
|
263
|
+
Returning sensor data about the physical properties or condition of an object or location.
|
|
264
|
+
|
|
171
265
|
### Sampling
|
|
172
266
|
|
|
173
267
|
> `readonly` **Sampling**: `"sampling"` = `"sampling"`
|
|
268
|
+
|
|
269
|
+
Testing activity where portions of an object are examined, rendering the
|
|
270
|
+
sampled object no longer viable.
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
# Variable: EpcisBizTransactionTypes
|
|
2
|
+
|
|
3
|
+
> `const` **EpcisBizTransactionTypes**: `object`
|
|
4
|
+
|
|
5
|
+
Supported EPCIS 2.0 `bizTransaction-type` values.
|
|
6
|
+
|
|
7
|
+
## Type Declaration
|
|
8
|
+
|
|
9
|
+
### Bol
|
|
10
|
+
|
|
11
|
+
> `readonly` **Bol**: `"bol"` = `"bol"`
|
|
12
|
+
|
|
13
|
+
A document issued by a carrier to a shipper, listing and acknowledging receipt
|
|
14
|
+
of goods for transport and specifying terms of delivery.
|
|
15
|
+
|
|
16
|
+
### Cert
|
|
17
|
+
|
|
18
|
+
> `readonly` **Cert**: `"cert"` = `"cert"`
|
|
19
|
+
|
|
20
|
+
A document confirming certain characteristics of an object, person, or
|
|
21
|
+
organisation, typically issued by a third party.
|
|
22
|
+
|
|
23
|
+
### Desadv
|
|
24
|
+
|
|
25
|
+
> `readonly` **Desadv**: `"desadv"` = `"desadv"`
|
|
26
|
+
|
|
27
|
+
A document/message by which the seller or consignor informs the consignee
|
|
28
|
+
about the despatch of goods (Advanced Shipment Notice).
|
|
29
|
+
|
|
30
|
+
### Inv
|
|
31
|
+
|
|
32
|
+
> `readonly` **Inv**: `"inv"` = `"inv"`
|
|
33
|
+
|
|
34
|
+
A document/message claiming payment for goods or services supplied under agreed
|
|
35
|
+
conditions.
|
|
36
|
+
|
|
37
|
+
### Pedigree
|
|
38
|
+
|
|
39
|
+
> `readonly` **Pedigree**: `"pedigree"` = `"pedigree"`
|
|
40
|
+
|
|
41
|
+
A record that traces the ownership or custody and transactions of a product as
|
|
42
|
+
it moves among trading partners.
|
|
43
|
+
|
|
44
|
+
### Po
|
|
45
|
+
|
|
46
|
+
> `readonly` **Po**: `"po"` = `"po"`
|
|
47
|
+
|
|
48
|
+
A document/message that specifies details for goods and services ordered under
|
|
49
|
+
agreed conditions.
|
|
50
|
+
|
|
51
|
+
### Poc
|
|
52
|
+
|
|
53
|
+
> `readonly` **Poc**: `"poc"` = `"poc"`
|
|
54
|
+
|
|
55
|
+
A document that provides confirmation from an external supplier to the request
|
|
56
|
+
of a purchaser to deliver a specified quantity/service.
|
|
57
|
+
|
|
58
|
+
### Prodorder
|
|
59
|
+
|
|
60
|
+
> `readonly` **Prodorder**: `"prodorder"` = `"prodorder"`
|
|
61
|
+
|
|
62
|
+
An organisation-internal document or message issued by a producer that
|
|
63
|
+
initiates a manufacturing process of goods.
|
|
64
|
+
|
|
65
|
+
### Recadv
|
|
66
|
+
|
|
67
|
+
> `readonly` **Recadv**: `"recadv"` = `"recadv"`
|
|
68
|
+
|
|
69
|
+
A document/message that lets the receiver inform the shipper of actual goods
|
|
70
|
+
received compared to what was advised.
|
|
71
|
+
|
|
72
|
+
### Rma
|
|
73
|
+
|
|
74
|
+
> `readonly` **Rma**: `"rma"` = `"rma"`
|
|
75
|
+
|
|
76
|
+
A document issued by the seller that authorises a buyer to return merchandise
|
|
77
|
+
for credit determination.
|
|
78
|
+
|
|
79
|
+
### Testprd
|
|
80
|
+
|
|
81
|
+
> `readonly` **Testprd**: `"testprd"` = `"testprd"`
|
|
82
|
+
|
|
83
|
+
A document that provides a formal specification of a sequence of instructions
|
|
84
|
+
for verifying one or several criteria.
|
|
85
|
+
|
|
86
|
+
### Testres
|
|
87
|
+
|
|
88
|
+
> `readonly` **Testres**: `"testres"` = `"testres"`
|
|
89
|
+
|
|
90
|
+
A document that includes the outcome of the execution of a given test
|
|
91
|
+
procedure.
|
|
92
|
+
|
|
93
|
+
### Upevt
|
|
94
|
+
|
|
95
|
+
> `readonly` **Upevt**: `"upevt"` = `"upevt"`
|
|
96
|
+
|
|
97
|
+
Event ID URI(s) of event(s) provided by an upstream supplier, such as packing
|
|
98
|
+
and shipping events.
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
# Variable: EpcisComponentTypes
|
|
2
|
+
|
|
3
|
+
> `const` **EpcisComponentTypes**: `object`
|
|
4
|
+
|
|
5
|
+
Supported EPCIS 2.0 `component` values.
|
|
6
|
+
|
|
7
|
+
## Type Declaration
|
|
8
|
+
|
|
9
|
+
### X
|
|
10
|
+
|
|
11
|
+
> `readonly` **X**: `"x"` = `"x"`
|
|
12
|
+
|
|
13
|
+
Component or projection along the x axis in Cartesian coordinates (X, Y, Z).
|
|
14
|
+
|
|
15
|
+
### Y
|
|
16
|
+
|
|
17
|
+
> `readonly` **Y**: `"y"` = `"y"`
|
|
18
|
+
|
|
19
|
+
Component or projection along the y axis in Cartesian coordinates (X, Y, Z).
|
|
20
|
+
|
|
21
|
+
### Z
|
|
22
|
+
|
|
23
|
+
> `readonly` **Z**: `"z"` = `"z"`
|
|
24
|
+
|
|
25
|
+
Component or projection along the z axis in Cartesian coordinates (X, Y, Z).
|
|
26
|
+
|
|
27
|
+
### AxialDistance
|
|
28
|
+
|
|
29
|
+
> `readonly` **AxialDistance**: `"axial_distance"` = `"axial_distance"`
|
|
30
|
+
|
|
31
|
+
Radial distance from the cylindrical axis in a cylindrical polar coordinate
|
|
32
|
+
system.
|
|
33
|
+
|
|
34
|
+
### Azimuth
|
|
35
|
+
|
|
36
|
+
> `readonly` **Azimuth**: `"azimuth"` = `"azimuth"`
|
|
37
|
+
|
|
38
|
+
Angle measured in the XY plane, anticlockwise from the X axis to the plane
|
|
39
|
+
containing the vector and the Z axis.
|
|
40
|
+
|
|
41
|
+
### Height
|
|
42
|
+
|
|
43
|
+
> `readonly` **Height**: `"height"` = `"height"`
|
|
44
|
+
|
|
45
|
+
Height parallel to the cylindrical axis in a cylindrical polar coordinate
|
|
46
|
+
system.
|
|
47
|
+
|
|
48
|
+
### SphericalRadius
|
|
49
|
+
|
|
50
|
+
> `readonly` **SphericalRadius**: `"spherical_radius"` = `"spherical_radius"`
|
|
51
|
+
|
|
52
|
+
Radial distance from the centre of a sphere in a spherical polar coordinate
|
|
53
|
+
system.
|
|
54
|
+
|
|
55
|
+
### PolarAngle
|
|
56
|
+
|
|
57
|
+
> `readonly` **PolarAngle**: `"polar_angle"` = `"polar_angle"`
|
|
58
|
+
|
|
59
|
+
Angle measured from the Z axis to the vector in a spherical polar coordinate
|
|
60
|
+
system.
|
|
61
|
+
|
|
62
|
+
### ElevationAngle
|
|
63
|
+
|
|
64
|
+
> `readonly` **ElevationAngle**: `"elevation_angle"` = `"elevation_angle"`
|
|
65
|
+
|
|
66
|
+
Angle measured from the XY plane to the vector in a spherical polar coordinate
|
|
67
|
+
system.
|
|
68
|
+
|
|
69
|
+
### Easting
|
|
70
|
+
|
|
71
|
+
> `readonly` **Easting**: `"easting"` = `"easting"`
|
|
72
|
+
|
|
73
|
+
Component or projection along an east-pointing axis in a geographic Cartesian
|
|
74
|
+
coordinate system.
|
|
75
|
+
|
|
76
|
+
### Northing
|
|
77
|
+
|
|
78
|
+
> `readonly` **Northing**: `"northing"` = `"northing"`
|
|
79
|
+
|
|
80
|
+
Component or projection along a north-pointing axis in a geographic Cartesian
|
|
81
|
+
coordinate system.
|
|
82
|
+
|
|
83
|
+
### Latitude
|
|
84
|
+
|
|
85
|
+
> `readonly` **Latitude**: `"latitude"` = `"latitude"`
|
|
86
|
+
|
|
87
|
+
Angle of elevation from the equatorial plane in a geographic coordinate
|
|
88
|
+
system.
|
|
89
|
+
|
|
90
|
+
### Longitude
|
|
91
|
+
|
|
92
|
+
> `readonly` **Longitude**: `"longitude"` = `"longitude"`
|
|
93
|
+
|
|
94
|
+
Angle, measured within the equatorial plane, east of the prime meridian in a
|
|
95
|
+
geographic coordinate system.
|
|
96
|
+
|
|
97
|
+
### Altitude
|
|
98
|
+
|
|
99
|
+
> `readonly` **Altitude**: `"altitude"` = `"altitude"`
|
|
100
|
+
|
|
101
|
+
Height above a defined surface (such as mean sea level) in a geographic
|
|
102
|
+
coordinate system.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Variable: EpcisContexts
|
|
2
|
+
|
|
3
|
+
> `const` **EpcisContexts**: `object`
|
|
4
|
+
|
|
5
|
+
Canonical EPCIS JSON-LD context IRIs as defined by GS1.
|
|
6
|
+
|
|
7
|
+
## Type Declaration
|
|
8
|
+
|
|
9
|
+
### Namespace
|
|
10
|
+
|
|
11
|
+
> `readonly` **Namespace**: `"https://ref.gs1.org/epcis/"` = `"https://ref.gs1.org/epcis/"`
|
|
12
|
+
|
|
13
|
+
The namespace for the objects.
|
|
14
|
+
|
|
15
|
+
### JsonLdContext
|
|
16
|
+
|
|
17
|
+
> `readonly` **JsonLdContext**: `"https://ref.gs1.org/standards/epcis/2.0.0/epcis-context.jsonld"` = `"https://ref.gs1.org/standards/epcis/2.0.0/epcis-context.jsonld"`
|
|
18
|
+
|
|
19
|
+
The JSON-LD Context URL.
|
|
@@ -2,9 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
> `const` **EpcisDispositionTypes**: `object`
|
|
4
4
|
|
|
5
|
-
EPCIS 2.0 disposition
|
|
5
|
+
Supported EPCIS 2.0 `disposition` values from the GS1 Core Business
|
|
6
|
+
Vocabulary (CBV).
|
|
6
7
|
|
|
7
|
-
|
|
8
|
+
Use the union type `EpcisDispositionTypes` to restrict a field to known CBV
|
|
9
|
+
values.
|
|
8
10
|
|
|
9
11
|
## Type Declaration
|
|
10
12
|
|
|
@@ -12,130 +14,205 @@ See EPCIS CVB for more details.
|
|
|
12
14
|
|
|
13
15
|
> `readonly` **Active**: `"active"` = `"active"`
|
|
14
16
|
|
|
17
|
+
A commissioned object has just been introduced into the supply chain.
|
|
18
|
+
|
|
15
19
|
### ContainerClosed
|
|
16
20
|
|
|
17
21
|
> `readonly` **ContainerClosed**: `"container_closed"` = `"container_closed"`
|
|
18
22
|
|
|
23
|
+
Object has been loaded onto a container, the doors closed, and the shipment
|
|
24
|
+
sealed.
|
|
25
|
+
|
|
19
26
|
### Damaged
|
|
20
27
|
|
|
21
28
|
> `readonly` **Damaged**: `"damaged"` = `"damaged"`
|
|
22
29
|
|
|
30
|
+
Object is impaired in usefulness or value due to a defect.
|
|
31
|
+
|
|
23
32
|
### Destroyed
|
|
24
33
|
|
|
25
34
|
> `readonly` **Destroyed**: `"destroyed"` = `"destroyed"`
|
|
26
35
|
|
|
36
|
+
Object has been fully rendered non-usable.
|
|
37
|
+
|
|
27
38
|
### Dispensed
|
|
28
39
|
|
|
29
40
|
> `readonly` **Dispensed**: `"dispensed"` = `"dispensed"`
|
|
30
41
|
|
|
42
|
+
A full quantity of product is distributed to a consumer.
|
|
43
|
+
|
|
31
44
|
### Disposed
|
|
32
45
|
|
|
33
46
|
> `readonly` **Disposed**: `"disposed"` = `"disposed"`
|
|
34
47
|
|
|
48
|
+
Object has been returned for disposal.
|
|
49
|
+
|
|
35
50
|
### Encoded
|
|
36
51
|
|
|
37
52
|
> `readonly` **Encoded**: `"encoded"` = `"encoded"`
|
|
38
53
|
|
|
54
|
+
An instance-level identifier has been written to a barcode or RFID tag, but
|
|
55
|
+
not yet commissioned.
|
|
56
|
+
|
|
39
57
|
### Expired
|
|
40
58
|
|
|
41
59
|
> `readonly` **Expired**: `"expired"` = `"expired"`
|
|
42
60
|
|
|
61
|
+
Object's expiration date is in the past.
|
|
62
|
+
|
|
43
63
|
### InProgress
|
|
44
64
|
|
|
45
65
|
> `readonly` **InProgress**: `"in_progress"` = `"in_progress"`
|
|
46
66
|
|
|
67
|
+
Optional disposition for objects proceeding through points in the supply
|
|
68
|
+
chain.
|
|
69
|
+
|
|
47
70
|
### InTransit
|
|
48
71
|
|
|
49
72
|
> `readonly` **InTransit**: `"in_transit"` = `"in_transit"`
|
|
50
73
|
|
|
74
|
+
Object is being shipped between two trading partners.
|
|
75
|
+
|
|
51
76
|
### Inactive
|
|
52
77
|
|
|
53
78
|
> `readonly` **Inactive**: `"inactive"` = `"inactive"`
|
|
54
79
|
|
|
80
|
+
Decommissioned object that may be reintroduced to the supply chain.
|
|
81
|
+
|
|
55
82
|
### NoPedigreeMatch
|
|
56
83
|
|
|
57
84
|
> `readonly` **NoPedigreeMatch**: `"no_pedigree_match"` = `"no_pedigree_match"`
|
|
58
85
|
|
|
86
|
+
No pedigree match was found during validation, so the product is quarantined
|
|
87
|
+
for investigation.
|
|
88
|
+
|
|
59
89
|
### NonSellableOther
|
|
60
90
|
|
|
61
91
|
> `readonly` **NonSellableOther**: `"non_sellable_other"` = `"non_sellable_other"`
|
|
62
92
|
|
|
93
|
+
Object cannot be sold to a customer.
|
|
94
|
+
|
|
63
95
|
### PartiallyDispensed
|
|
64
96
|
|
|
65
97
|
> `readonly` **PartiallyDispensed**: `"partially_dispensed"` = `"partially_dispensed"`
|
|
66
98
|
|
|
99
|
+
A portion of a product is distributed to a customer while additional product
|
|
100
|
+
is retained.
|
|
101
|
+
|
|
67
102
|
### Recalled
|
|
68
103
|
|
|
69
104
|
> `readonly` **Recalled**: `"recalled"` = `"recalled"`
|
|
70
105
|
|
|
106
|
+
Object is non-sellable because of public safety reasons.
|
|
107
|
+
|
|
71
108
|
### Reserved
|
|
72
109
|
|
|
73
110
|
> `readonly` **Reserved**: `"reserved"` = `"reserved"`
|
|
74
111
|
|
|
112
|
+
Instance-level identifier has been allocated for a third party.
|
|
113
|
+
|
|
75
114
|
### RetailSold
|
|
76
115
|
|
|
77
116
|
> `readonly` **RetailSold**: `"retail_sold"` = `"retail_sold"`
|
|
78
117
|
|
|
118
|
+
Product has been purchased by a customer.
|
|
119
|
+
|
|
79
120
|
### Returned
|
|
80
121
|
|
|
81
122
|
> `readonly` **Returned**: `"returned"` = `"returned"`
|
|
82
123
|
|
|
124
|
+
Object has been sent or brought back for various reasons; it may or may not
|
|
125
|
+
be sellable.
|
|
126
|
+
|
|
83
127
|
### SellableAccessible
|
|
84
128
|
|
|
85
129
|
> `readonly` **SellableAccessible**: `"sellable_accessible"` = `"sellable_accessible"`
|
|
86
130
|
|
|
131
|
+
Product can be sold as is and a customer can access it for purchase.
|
|
132
|
+
|
|
87
133
|
### SellableNotAccessible
|
|
88
134
|
|
|
89
135
|
> `readonly` **SellableNotAccessible**: `"sellable_not_accessible"` = `"sellable_not_accessible"`
|
|
90
136
|
|
|
137
|
+
Product can be sold as is, but a customer cannot access it for purchase.
|
|
138
|
+
|
|
91
139
|
### Stolen
|
|
92
140
|
|
|
93
141
|
> `readonly` **Stolen**: `"stolen"` = `"stolen"`
|
|
94
142
|
|
|
143
|
+
An object has been taken without permission or right.
|
|
144
|
+
|
|
95
145
|
### Unknown
|
|
96
146
|
|
|
97
147
|
> `readonly` **Unknown**: `"unknown"` = `"unknown"`
|
|
98
148
|
|
|
149
|
+
An object's condition is not known.
|
|
150
|
+
|
|
99
151
|
### Available
|
|
100
152
|
|
|
101
153
|
> `readonly` **Available**: `"available"` = `"available"`
|
|
102
154
|
|
|
155
|
+
Object has been returned to service or the supply chain after repair.
|
|
156
|
+
|
|
103
157
|
### CompletenessVerified
|
|
104
158
|
|
|
105
159
|
> `readonly` **CompletenessVerified**: `"completeness_verified"` = `"completeness_verified"`
|
|
106
160
|
|
|
161
|
+
Explicitly indicates verified integrity of an aggregation when children are
|
|
162
|
+
unpacked or verified.
|
|
163
|
+
|
|
107
164
|
### CompletenessInferred
|
|
108
165
|
|
|
109
166
|
> `readonly` **CompletenessInferred**: `"completeness_inferred"` = `"completeness_inferred"`
|
|
110
167
|
|
|
168
|
+
Indicates inferred integrity of an aggregation based on upstream aggregation
|
|
169
|
+
information.
|
|
170
|
+
|
|
111
171
|
### Conformant
|
|
112
172
|
|
|
113
173
|
> `readonly` **Conformant**: `"conformant"` = `"conformant"`
|
|
114
174
|
|
|
175
|
+
Outcome of a successful inspection in an inspecting or repairing step.
|
|
176
|
+
|
|
115
177
|
### ContainerOpen
|
|
116
178
|
|
|
117
179
|
> `readonly` **ContainerOpen**: `"container_open"` = `"container_open"`
|
|
118
180
|
|
|
181
|
+
Container doors have been opened or a shipment seal has been broken.
|
|
182
|
+
|
|
119
183
|
### MismatchInstance
|
|
120
184
|
|
|
121
185
|
> `readonly` **MismatchInstance**: `"mismatch_instance"` = `"mismatch_instance"`
|
|
122
186
|
|
|
187
|
+
Instance-level identifiers do not match what was expected.
|
|
188
|
+
|
|
123
189
|
### MismatchClass
|
|
124
190
|
|
|
125
191
|
> `readonly` **MismatchClass**: `"mismatch_class"` = `"mismatch_class"`
|
|
126
192
|
|
|
193
|
+
Class-level identifiers do not match what was expected.
|
|
194
|
+
|
|
127
195
|
### MismatchQuantity
|
|
128
196
|
|
|
129
197
|
> `readonly` **MismatchQuantity**: `"mismatch_quantity"` = `"mismatch_quantity"`
|
|
130
198
|
|
|
199
|
+
Quantities do not match what was expected.
|
|
200
|
+
|
|
131
201
|
### NeedsReplacement
|
|
132
202
|
|
|
133
203
|
> `readonly` **NeedsReplacement**: `"needs_replacement"` = `"needs_replacement"`
|
|
134
204
|
|
|
205
|
+
Components or assets must be replaced to ensure functional requirements.
|
|
206
|
+
|
|
135
207
|
### NonConformant
|
|
136
208
|
|
|
137
209
|
> `readonly` **NonConformant**: `"non_conformant"` = `"non_conformant"`
|
|
138
210
|
|
|
211
|
+
Outcome of an unsuccessful inspection in an inspecting or repairing step.
|
|
212
|
+
|
|
139
213
|
### Unavailable
|
|
140
214
|
|
|
141
215
|
> `readonly` **Unavailable**: `"unavailable"` = `"unavailable"`
|
|
216
|
+
|
|
217
|
+
Object has been removed from service or the supply chain, for example pending
|
|
218
|
+
repair.
|