@twin.org/standards-gs1 0.0.3-next.9 → 0.9.0

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.
Files changed (238) hide show
  1. package/README.md +2 -2
  2. package/dist/es/dataTypes/epcisDataTypes.js +69 -0
  3. package/dist/es/dataTypes/epcisDataTypes.js.map +1 -0
  4. package/dist/es/dataTypes/gs1DataTypes.js +3 -3
  5. package/dist/es/dataTypes/gs1DataTypes.js.map +1 -1
  6. package/dist/es/entities/gs1Location.js +2 -3
  7. package/dist/es/entities/gs1Location.js.map +1 -1
  8. package/dist/es/index.js +26 -7
  9. package/dist/es/index.js.map +1 -1
  10. package/dist/es/models/epcis20/IEpcisAggregationEvent.js.map +1 -1
  11. package/dist/es/models/epcis20/IEpcisAssociationEvent.js.map +1 -1
  12. package/dist/es/models/epcis20/IEpcisAttribute.js +2 -0
  13. package/dist/es/models/epcis20/IEpcisAttribute.js.map +1 -0
  14. package/dist/es/models/epcis20/IEpcisBizTransaction.js +0 -2
  15. package/dist/es/models/epcis20/IEpcisBizTransaction.js.map +1 -1
  16. package/dist/es/models/epcis20/IEpcisDestination.js +0 -2
  17. package/dist/es/models/epcis20/IEpcisDestination.js.map +1 -1
  18. package/dist/es/models/epcis20/IEpcisDocument.js.map +1 -1
  19. package/dist/es/models/epcis20/IEpcisErrorDeclaration.js +2 -0
  20. package/dist/es/models/epcis20/IEpcisErrorDeclaration.js.map +1 -0
  21. package/dist/es/models/epcis20/IEpcisEvent.js.map +1 -1
  22. package/dist/es/models/epcis20/IEpcisHeader.js +2 -0
  23. package/dist/es/models/epcis20/IEpcisHeader.js.map +1 -0
  24. package/dist/es/models/epcis20/{IEpcisSimpleLocation.js → IEpcisIlmd.js} +1 -1
  25. package/dist/es/models/epcis20/IEpcisIlmd.js.map +1 -0
  26. package/dist/es/models/epcis20/IEpcisLocation.js +4 -0
  27. package/dist/es/models/epcis20/IEpcisLocation.js.map +1 -0
  28. package/dist/es/models/epcis20/IEpcisObjectEvent.js.map +1 -1
  29. package/dist/es/models/epcis20/IEpcisPersistentDisposition.js +2 -0
  30. package/dist/es/models/epcis20/IEpcisPersistentDisposition.js.map +1 -0
  31. package/dist/es/models/epcis20/IEpcisQuantity.js.map +1 -1
  32. package/dist/es/models/epcis20/IEpcisQuery.js.map +1 -1
  33. package/dist/es/models/epcis20/IEpcisQueryDocument.js.map +1 -1
  34. package/dist/es/models/epcis20/IEpcisQueryDocumentBody.js +2 -0
  35. package/dist/es/models/epcis20/IEpcisQueryDocumentBody.js.map +1 -0
  36. package/dist/es/models/epcis20/IEpcisQueryResults.js +2 -0
  37. package/dist/es/models/epcis20/IEpcisQueryResults.js.map +1 -0
  38. package/dist/es/models/epcis20/IEpcisQueryResultsBody.js +2 -0
  39. package/dist/es/models/epcis20/IEpcisQueryResultsBody.js.map +1 -0
  40. package/dist/es/models/epcis20/IEpcisSensorElement.js.map +1 -1
  41. package/dist/es/models/epcis20/IEpcisSensorMetadata.js.map +1 -1
  42. package/dist/es/models/epcis20/IEpcisSensorReport.js +0 -2
  43. package/dist/es/models/epcis20/IEpcisSensorReport.js.map +1 -1
  44. package/dist/es/models/epcis20/IEpcisSource.js +0 -2
  45. package/dist/es/models/epcis20/IEpcisSource.js.map +1 -1
  46. package/dist/es/models/epcis20/IEpcisTransactionEvent.js +2 -0
  47. package/dist/es/models/epcis20/IEpcisTransactionEvent.js.map +1 -0
  48. package/dist/es/models/epcis20/IEpcisTransformationEvent.js +2 -0
  49. package/dist/es/models/epcis20/IEpcisTransformationEvent.js.map +1 -0
  50. package/dist/es/models/epcis20/IEpcisVocabulary.js +2 -0
  51. package/dist/es/models/epcis20/IEpcisVocabulary.js.map +1 -0
  52. package/dist/es/models/epcis20/IEpcisVocabularyElement.js +2 -0
  53. package/dist/es/models/epcis20/IEpcisVocabularyElement.js.map +1 -0
  54. package/dist/es/models/epcis20/epcisActionTypes.js +7 -4
  55. package/dist/es/models/epcis20/epcisActionTypes.js.map +1 -1
  56. package/dist/es/models/epcis20/epcisBizStepTypes.js +140 -2
  57. package/dist/es/models/epcis20/epcisBizStepTypes.js.map +1 -1
  58. package/dist/es/models/epcis20/epcisBizTransactionTypes.js +75 -0
  59. package/dist/es/models/epcis20/epcisBizTransactionTypes.js.map +1 -0
  60. package/dist/es/models/epcis20/epcisComponentTypes.js +77 -0
  61. package/dist/es/models/epcis20/epcisComponentTypes.js.map +1 -0
  62. package/dist/es/models/epcis20/epcisContextType.js +2 -0
  63. package/dist/es/models/epcis20/epcisContextType.js.map +1 -0
  64. package/dist/es/models/epcis20/epcisContexts.js +27 -0
  65. package/dist/es/models/epcis20/epcisContexts.js.map +1 -0
  66. package/dist/es/models/epcis20/epcisDispositionTypes.js +112 -2
  67. package/dist/es/models/epcis20/epcisDispositionTypes.js.map +1 -1
  68. package/dist/es/models/epcis20/epcisErrorReasonTypes.js +20 -0
  69. package/dist/es/models/epcis20/epcisErrorReasonTypes.js.map +1 -0
  70. package/dist/es/models/epcis20/epcisEventTypes.js +6 -6
  71. package/dist/es/models/epcis20/epcisEventTypes.js.map +1 -1
  72. package/dist/es/models/epcis20/epcisEvents.js +2 -0
  73. package/dist/es/models/epcis20/epcisEvents.js.map +1 -0
  74. package/dist/es/models/epcis20/epcisMeasurementTypes.js +301 -0
  75. package/dist/es/models/epcis20/epcisMeasurementTypes.js.map +1 -0
  76. package/dist/es/models/epcis20/epcisSensorAlertTypes.js +19 -0
  77. package/dist/es/models/epcis20/epcisSensorAlertTypes.js.map +1 -0
  78. package/dist/es/models/epcis20/epcisSourceDestTypes.js +26 -0
  79. package/dist/es/models/epcis20/epcisSourceDestTypes.js.map +1 -0
  80. package/dist/es/models/epcis20/epcisTypes.js +37 -0
  81. package/dist/es/models/epcis20/epcisTypes.js.map +1 -0
  82. package/dist/es/models/gs1/gs1Contexts.js +8 -2
  83. package/dist/es/models/gs1/gs1Contexts.js.map +1 -1
  84. package/dist/es/schemas/EpcisAggregationEvent.json +102 -0
  85. package/dist/es/schemas/EpcisAssociationEvent.json +103 -0
  86. package/dist/es/schemas/EpcisContextType.json +30 -0
  87. package/dist/es/schemas/EpcisDocument.json +68 -0
  88. package/dist/es/schemas/EpcisObjectEvent.json +106 -0
  89. package/dist/es/schemas/EpcisQueryDocument.json +38 -0
  90. package/dist/es/schemas/EpcisTransactionEvent.json +103 -0
  91. package/dist/es/schemas/EpcisTransformationEvent.json +119 -0
  92. package/dist/es/utils/gs1Is.js +3 -2
  93. package/dist/es/utils/gs1Is.js.map +1 -1
  94. package/dist/types/dataTypes/epcisDataTypes.d.ts +13 -0
  95. package/dist/types/dataTypes/gs1DataTypes.d.ts +1 -1
  96. package/dist/types/entities/gs1Location.d.ts +2 -3
  97. package/dist/types/index.d.ts +26 -7
  98. package/dist/types/models/epcis20/IEpcisAggregationEvent.d.ts +75 -4
  99. package/dist/types/models/epcis20/IEpcisAssociationEvent.d.ts +74 -4
  100. package/dist/types/models/epcis20/IEpcisAttribute.d.ts +15 -0
  101. package/dist/types/models/epcis20/IEpcisBizTransaction.d.ts +11 -5
  102. package/dist/types/models/epcis20/IEpcisDestination.d.ts +12 -5
  103. package/dist/types/models/epcis20/IEpcisDocument.d.ts +33 -6
  104. package/dist/types/models/epcis20/IEpcisErrorDeclaration.d.ts +24 -0
  105. package/dist/types/models/epcis20/IEpcisEvent.d.ts +22 -21
  106. package/dist/types/models/epcis20/IEpcisHeader.d.ts +17 -0
  107. package/dist/types/models/epcis20/IEpcisIlmd.d.ts +7 -0
  108. package/dist/types/models/epcis20/IEpcisLocation.d.ts +11 -0
  109. package/dist/types/models/epcis20/IEpcisObjectEvent.d.ts +72 -12
  110. package/dist/types/models/epcis20/IEpcisPersistentDisposition.d.ts +16 -0
  111. package/dist/types/models/epcis20/IEpcisQuantity.d.ts +13 -5
  112. package/dist/types/models/epcis20/IEpcisQuery.d.ts +2 -1
  113. package/dist/types/models/epcis20/IEpcisQueryDocument.d.ts +8 -29
  114. package/dist/types/models/epcis20/IEpcisQueryDocumentBody.d.ts +11 -0
  115. package/dist/types/models/epcis20/IEpcisQueryResults.d.ts +19 -0
  116. package/dist/types/models/epcis20/IEpcisQueryResultsBody.d.ts +16 -0
  117. package/dist/types/models/epcis20/IEpcisSensorElement.d.ts +12 -8
  118. package/dist/types/models/epcis20/IEpcisSensorMetadata.d.ts +36 -10
  119. package/dist/types/models/epcis20/IEpcisSensorReport.d.ts +121 -8
  120. package/dist/types/models/epcis20/IEpcisSource.d.ts +11 -5
  121. package/dist/types/models/epcis20/IEpcisTransactionEvent.d.ts +78 -0
  122. package/dist/types/models/epcis20/IEpcisTransformationEvent.d.ts +96 -0
  123. package/dist/types/models/epcis20/IEpcisVocabulary.d.ts +15 -0
  124. package/dist/types/models/epcis20/IEpcisVocabularyElement.d.ts +20 -0
  125. package/dist/types/models/epcis20/epcisActionTypes.d.ts +9 -5
  126. package/dist/types/models/epcis20/epcisBizStepTypes.d.ts +144 -3
  127. package/dist/types/models/epcis20/epcisBizTransactionTypes.d.ts +74 -0
  128. package/dist/types/models/epcis20/epcisComponentTypes.d.ts +76 -0
  129. package/dist/types/models/epcis20/epcisContextType.d.ts +8 -0
  130. package/dist/types/models/epcis20/epcisContexts.d.ts +27 -0
  131. package/dist/types/models/epcis20/epcisDispositionTypes.d.ts +117 -3
  132. package/dist/types/models/epcis20/epcisErrorReasonTypes.d.ts +19 -0
  133. package/dist/types/models/epcis20/epcisEventTypes.d.ts +7 -7
  134. package/dist/types/models/epcis20/epcisEvents.d.ts +11 -0
  135. package/dist/types/models/epcis20/epcisMeasurementTypes.d.ts +303 -0
  136. package/dist/types/models/epcis20/epcisSensorAlertTypes.d.ts +19 -0
  137. package/dist/types/models/epcis20/epcisSourceDestTypes.d.ts +26 -0
  138. package/dist/types/models/epcis20/epcisTypes.d.ts +37 -0
  139. package/dist/types/models/gs1/gs1Contexts.d.ts +8 -2
  140. package/dist/types/utils/gs1Is.d.ts +3 -2
  141. package/docs/changelog.md +535 -60
  142. package/docs/examples.md +58 -1
  143. package/docs/reference/classes/EpcisDataTypes.md +37 -0
  144. package/docs/reference/classes/Gs1DataTypes.md +5 -2
  145. package/docs/reference/classes/Gs1Identifiers.md +1 -1
  146. package/docs/reference/classes/Gs1IdentifiersValidation.md +7 -7
  147. package/docs/reference/classes/Gs1Is.md +8 -4
  148. package/docs/reference/classes/Gs1Location.md +34 -32
  149. package/docs/reference/classes/Gs1Validation.md +1 -1
  150. package/docs/reference/index.md +40 -15
  151. package/docs/reference/interfaces/IEPCClassUri.md +3 -3
  152. package/docs/reference/interfaces/IEpcisAggregationEvent.md +219 -0
  153. package/docs/reference/interfaces/IEpcisAssociationEvent.md +218 -0
  154. package/docs/reference/interfaces/IEpcisAttribute.md +23 -0
  155. package/docs/reference/interfaces/IEpcisBizTransaction.md +27 -0
  156. package/docs/reference/interfaces/IEpcisDestination.md +28 -0
  157. package/docs/reference/interfaces/IEpcisDocument.md +60 -8
  158. package/docs/reference/interfaces/IEpcisErrorDeclaration.md +36 -0
  159. package/docs/reference/interfaces/IEpcisEvent.md +37 -33
  160. package/docs/reference/interfaces/IEpcisHeader.md +23 -0
  161. package/docs/reference/interfaces/IEpcisIlmd.md +8 -0
  162. package/docs/reference/interfaces/IEpcisLocation.md +16 -0
  163. package/docs/reference/interfaces/IEpcisObjectEvent.md +224 -0
  164. package/docs/reference/interfaces/IEpcisPersistentDisposition.md +24 -0
  165. package/docs/reference/interfaces/IEpcisQuantity.md +34 -0
  166. package/docs/reference/interfaces/IEpcisQuery.md +6 -2
  167. package/docs/reference/interfaces/IEpcisQueryDocument.md +17 -43
  168. package/docs/reference/interfaces/IEpcisQueryDocumentBody.md +15 -0
  169. package/docs/reference/interfaces/IEpcisQueryResults.md +31 -0
  170. package/docs/reference/interfaces/IEpcisQueryResultsBody.md +23 -0
  171. package/docs/reference/interfaces/IEpcisSensorElement.md +26 -0
  172. package/docs/reference/interfaces/IEpcisSensorMetadata.md +80 -0
  173. package/docs/reference/interfaces/IEpcisSensorReport.md +224 -0
  174. package/docs/reference/interfaces/IEpcisSource.md +27 -0
  175. package/docs/reference/interfaces/IEpcisTransactionEvent.md +216 -0
  176. package/docs/reference/interfaces/IEpcisTransformationEvent.md +245 -0
  177. package/docs/reference/interfaces/IEpcisVocabulary.md +23 -0
  178. package/docs/reference/interfaces/IEpcisVocabularyElement.md +32 -0
  179. package/docs/reference/type-aliases/EpcisActionTypes.md +2 -1
  180. package/docs/reference/type-aliases/EpcisBizStepTypes.md +4 -1
  181. package/docs/reference/type-aliases/EpcisBizTransactionTypes.md +5 -0
  182. package/docs/reference/type-aliases/EpcisComponentTypes.md +5 -0
  183. package/docs/reference/type-aliases/EpcisContextType.md +6 -0
  184. package/docs/reference/type-aliases/EpcisContexts.md +5 -0
  185. package/docs/reference/type-aliases/EpcisDispositionTypes.md +5 -1
  186. package/docs/reference/type-aliases/EpcisErrorReasonTypes.md +5 -0
  187. package/docs/reference/type-aliases/EpcisEventTypes.md +1 -1
  188. package/docs/reference/type-aliases/EpcisEvents.md +6 -0
  189. package/docs/reference/type-aliases/EpcisMeasurementTypes.md +8 -0
  190. package/docs/reference/type-aliases/EpcisSensorAlertTypes.md +6 -0
  191. package/docs/reference/type-aliases/EpcisSourceDestTypes.md +6 -0
  192. package/docs/reference/variables/EpcisActionTypes.md +10 -7
  193. package/docs/reference/variables/EpcisBizStepTypes.md +140 -43
  194. package/docs/reference/variables/EpcisBizTransactionTypes.md +98 -0
  195. package/docs/reference/variables/EpcisComponentTypes.md +102 -0
  196. package/docs/reference/variables/EpcisContexts.md +33 -0
  197. package/docs/reference/variables/EpcisDispositionTypes.md +112 -35
  198. package/docs/reference/variables/EpcisErrorReasonTypes.md +21 -0
  199. package/docs/reference/variables/EpcisEventTypes.md +11 -11
  200. package/docs/reference/variables/EpcisMeasurementTypes.md +442 -0
  201. package/docs/reference/variables/EpcisSensorAlertTypes.md +20 -0
  202. package/docs/reference/variables/EpcisSourceDestTypes.md +29 -0
  203. package/docs/reference/variables/GS1Contexts.md +11 -3
  204. package/docs/reference/variables/Gs1IdTypes.md +20 -20
  205. package/docs/reference/variables/Gs1IdentifierTypes.md +4 -4
  206. package/docs/reference/variables/Gs1SubSiteAttributes.md +33 -33
  207. package/docs/reference/variables/Gs1SubSiteTypes.md +16 -16
  208. package/docs/reference/variables/Gs1Types.md +1 -1
  209. package/package.json +9 -9
  210. package/dist/es/models/epcis20/IEpcisBaseAggregationEvent.js +0 -2
  211. package/dist/es/models/epcis20/IEpcisBaseAggregationEvent.js.map +0 -1
  212. package/dist/es/models/epcis20/IEpcisEventDetails.js +0 -2
  213. package/dist/es/models/epcis20/IEpcisEventDetails.js.map +0 -1
  214. package/dist/es/models/epcis20/IEpcisSimpleLocation.js.map +0 -1
  215. package/dist/es/models/epcis20/epcisErrorTypes.js +0 -11
  216. package/dist/es/models/epcis20/epcisErrorTypes.js.map +0 -1
  217. package/dist/es/models/epcis20/epcisEventUnionType.js +0 -2
  218. package/dist/es/models/epcis20/epcisEventUnionType.js.map +0 -1
  219. package/dist/types/models/epcis20/IEpcisBaseAggregationEvent.d.ts +0 -19
  220. package/dist/types/models/epcis20/IEpcisEventDetails.d.ts +0 -35
  221. package/dist/types/models/epcis20/IEpcisSimpleLocation.d.ts +0 -9
  222. package/dist/types/models/epcis20/epcisErrorTypes.d.ts +0 -11
  223. package/dist/types/models/epcis20/epcisEventUnionType.d.ts +0 -7
  224. package/docs/reference/interfaces/IAggregationEvent.md +0 -223
  225. package/docs/reference/interfaces/IAssociationEvent.md +0 -223
  226. package/docs/reference/interfaces/IBizTransaction.md +0 -19
  227. package/docs/reference/interfaces/IDestination.md +0 -19
  228. package/docs/reference/interfaces/IEpcisEventDetails.md +0 -167
  229. package/docs/reference/interfaces/IObjectEvent.md +0 -211
  230. package/docs/reference/interfaces/IQuantity.md +0 -19
  231. package/docs/reference/interfaces/ISensorElement.md +0 -19
  232. package/docs/reference/interfaces/ISensorMetadata.md +0 -35
  233. package/docs/reference/interfaces/ISensorReport.md +0 -27
  234. package/docs/reference/interfaces/ISimpleLocation.md +0 -11
  235. package/docs/reference/interfaces/ISource.md +0 -19
  236. package/docs/reference/type-aliases/EpcisErrorTypes.md +0 -5
  237. package/docs/reference/type-aliases/EpcisEventUnionType.md +0 -5
  238. package/docs/reference/variables/EpcisErrorTypes.md +0 -15
@@ -0,0 +1,442 @@
1
+ # Variable: EpcisMeasurementTypes
2
+
3
+ > `const` **EpcisMeasurementTypes**: `object`
4
+
5
+ Supported EPCIS 2.0 `measurementType` values.
6
+
7
+ These values come from the GS1 EPCIS JSON Schema enumeration.
8
+ Use the union type `EpcisMeasurementTypes` when you want to restrict a field to known values.
9
+
10
+ ## Type Declaration
11
+
12
+ ### AbsoluteHumidity {#absolutehumidity}
13
+
14
+ > `readonly` **AbsoluteHumidity**: `"AbsoluteHumidity"` = `"AbsoluteHumidity"`
15
+
16
+ Measurement type "AbsoluteHumidity".
17
+
18
+ ### AbsorbedDose {#absorbeddose}
19
+
20
+ > `readonly` **AbsorbedDose**: `"AbsorbedDose"` = `"AbsorbedDose"`
21
+
22
+ Measurement type "AbsorbedDose".
23
+
24
+ ### AbsorbedDoseRate {#absorbeddoserate}
25
+
26
+ > `readonly` **AbsorbedDoseRate**: `"AbsorbedDoseRate"` = `"AbsorbedDoseRate"`
27
+
28
+ Measurement type "AbsorbedDoseRate".
29
+
30
+ ### Acceleration {#acceleration}
31
+
32
+ > `readonly` **Acceleration**: `"Acceleration"` = `"Acceleration"`
33
+
34
+ Measurement type "Acceleration".
35
+
36
+ ### Radioactivity {#radioactivity}
37
+
38
+ > `readonly` **Radioactivity**: `"Radioactivity"` = `"Radioactivity"`
39
+
40
+ Measurement type "Radioactivity".
41
+
42
+ ### Altitude {#altitude}
43
+
44
+ > `readonly` **Altitude**: `"Altitude"` = `"Altitude"`
45
+
46
+ Measurement type "Altitude".
47
+
48
+ ### AmountOfSubstance {#amountofsubstance}
49
+
50
+ > `readonly` **AmountOfSubstance**: `"AmountOfSubstance"` = `"AmountOfSubstance"`
51
+
52
+ Measurement type "AmountOfSubstance".
53
+
54
+ ### AmountOfSubstancePerUnitVolume {#amountofsubstanceperunitvolume}
55
+
56
+ > `readonly` **AmountOfSubstancePerUnitVolume**: `"AmountOfSubstancePerUnitVolume"` = `"AmountOfSubstancePerUnitVolume"`
57
+
58
+ Measurement type "AmountOfSubstancePerUnitVolume".
59
+
60
+ ### Angle {#angle}
61
+
62
+ > `readonly` **Angle**: `"Angle"` = `"Angle"`
63
+
64
+ Measurement type "Angle".
65
+
66
+ ### AngularAcceleration {#angularacceleration}
67
+
68
+ > `readonly` **AngularAcceleration**: `"AngularAcceleration"` = `"AngularAcceleration"`
69
+
70
+ Measurement type "AngularAcceleration".
71
+
72
+ ### AngularMomentum {#angularmomentum}
73
+
74
+ > `readonly` **AngularMomentum**: `"AngularMomentum"` = `"AngularMomentum"`
75
+
76
+ Measurement type "AngularMomentum".
77
+
78
+ ### AngularVelocity {#angularvelocity}
79
+
80
+ > `readonly` **AngularVelocity**: `"AngularVelocity"` = `"AngularVelocity"`
81
+
82
+ Measurement type "AngularVelocity".
83
+
84
+ ### Area {#area}
85
+
86
+ > `readonly` **Area**: `"Area"` = `"Area"`
87
+
88
+ Measurement type "Area".
89
+
90
+ ### Capacitance {#capacitance}
91
+
92
+ > `readonly` **Capacitance**: `"Capacitance"` = `"Capacitance"`
93
+
94
+ Measurement type "Capacitance".
95
+
96
+ ### Conductance {#conductance}
97
+
98
+ > `readonly` **Conductance**: `"Conductance"` = `"Conductance"`
99
+
100
+ Measurement type "Conductance".
101
+
102
+ ### Conductivity {#conductivity}
103
+
104
+ > `readonly` **Conductivity**: `"Conductivity"` = `"Conductivity"`
105
+
106
+ Measurement type "Conductivity".
107
+
108
+ ### Count {#count}
109
+
110
+ > `readonly` **Count**: `"Count"` = `"Count"`
111
+
112
+ Measurement type "Count".
113
+
114
+ ### Density {#density}
115
+
116
+ > `readonly` **Density**: `"Density"` = `"Density"`
117
+
118
+ Measurement type "Density".
119
+
120
+ ### Dimensionless {#dimensionless}
121
+
122
+ > `readonly` **Dimensionless**: `"Dimensionless"` = `"Dimensionless"`
123
+
124
+ Measurement type "Dimensionless".
125
+
126
+ ### DoseEquivalent {#doseequivalent}
127
+
128
+ > `readonly` **DoseEquivalent**: `"DoseEquivalent"` = `"DoseEquivalent"`
129
+
130
+ Measurement type "DoseEquivalent".
131
+
132
+ ### DoseEquivalentRate {#doseequivalentrate}
133
+
134
+ > `readonly` **DoseEquivalentRate**: `"DoseEquivalentRate"` = `"DoseEquivalentRate"`
135
+
136
+ Measurement type "DoseEquivalentRate".
137
+
138
+ ### DynamicViscosity {#dynamicviscosity}
139
+
140
+ > `readonly` **DynamicViscosity**: `"DynamicViscosity"` = `"DynamicViscosity"`
141
+
142
+ Measurement type "DynamicViscosity".
143
+
144
+ ### ElectricCharge {#electriccharge}
145
+
146
+ > `readonly` **ElectricCharge**: `"ElectricCharge"` = `"ElectricCharge"`
147
+
148
+ Measurement type "ElectricCharge".
149
+
150
+ ### ElectricCurrent {#electriccurrent}
151
+
152
+ > `readonly` **ElectricCurrent**: `"ElectricCurrent"` = `"ElectricCurrent"`
153
+
154
+ Measurement type "ElectricCurrent".
155
+
156
+ ### ElectricCurrentDensity {#electriccurrentdensity}
157
+
158
+ > `readonly` **ElectricCurrentDensity**: `"ElectricCurrentDensity"` = `"ElectricCurrentDensity"`
159
+
160
+ Measurement type "ElectricCurrentDensity".
161
+
162
+ ### ElectricFieldStrength {#electricfieldstrength}
163
+
164
+ > `readonly` **ElectricFieldStrength**: `"ElectricFieldStrength"` = `"ElectricFieldStrength"`
165
+
166
+ Measurement type "ElectricFieldStrength".
167
+
168
+ ### Energy {#energy}
169
+
170
+ > `readonly` **Energy**: `"Energy"` = `"Energy"`
171
+
172
+ Measurement type "Energy".
173
+
174
+ ### Exposure {#exposure}
175
+
176
+ > `readonly` **Exposure**: `"Exposure"` = `"Exposure"`
177
+
178
+ Measurement type "Exposure".
179
+
180
+ ### Force {#force}
181
+
182
+ > `readonly` **Force**: `"Force"` = `"Force"`
183
+
184
+ Measurement type "Force".
185
+
186
+ ### Frequency {#frequency}
187
+
188
+ > `readonly` **Frequency**: `"Frequency"` = `"Frequency"`
189
+
190
+ Measurement type "Frequency".
191
+
192
+ ### Illuminance {#illuminance}
193
+
194
+ > `readonly` **Illuminance**: `"Illuminance"` = `"Illuminance"`
195
+
196
+ Measurement type "Illuminance".
197
+
198
+ ### Inductance {#inductance}
199
+
200
+ > `readonly` **Inductance**: `"Inductance"` = `"Inductance"`
201
+
202
+ Measurement type "Inductance".
203
+
204
+ ### Irradiance {#irradiance}
205
+
206
+ > `readonly` **Irradiance**: `"Irradiance"` = `"Irradiance"`
207
+
208
+ Measurement type "Irradiance".
209
+
210
+ ### KinematicViscosity {#kinematicviscosity}
211
+
212
+ > `readonly` **KinematicViscosity**: `"KinematicViscosity"` = `"KinematicViscosity"`
213
+
214
+ Measurement type "KinematicViscosity".
215
+
216
+ ### Length {#length}
217
+
218
+ > `readonly` **Length**: `"Length"` = `"Length"`
219
+
220
+ Measurement type "Length".
221
+
222
+ ### LinearMomentum {#linearmomentum}
223
+
224
+ > `readonly` **LinearMomentum**: `"LinearMomentum"` = `"LinearMomentum"`
225
+
226
+ Measurement type "LinearMomentum".
227
+
228
+ ### Luminance {#luminance}
229
+
230
+ > `readonly` **Luminance**: `"Luminance"` = `"Luminance"`
231
+
232
+ Measurement type "Luminance".
233
+
234
+ ### LuminousFlux {#luminousflux}
235
+
236
+ > `readonly` **LuminousFlux**: `"LuminousFlux"` = `"LuminousFlux"`
237
+
238
+ Measurement type "LuminousFlux".
239
+
240
+ ### LuminousIntensity {#luminousintensity}
241
+
242
+ > `readonly` **LuminousIntensity**: `"LuminousIntensity"` = `"LuminousIntensity"`
243
+
244
+ Measurement type "LuminousIntensity".
245
+
246
+ ### MagneticFlux {#magneticflux}
247
+
248
+ > `readonly` **MagneticFlux**: `"MagneticFlux"` = `"MagneticFlux"`
249
+
250
+ Measurement type "MagneticFlux".
251
+
252
+ ### MagneticFluxDensity {#magneticfluxdensity}
253
+
254
+ > `readonly` **MagneticFluxDensity**: `"MagneticFluxDensity"` = `"MagneticFluxDensity"`
255
+
256
+ Measurement type "MagneticFluxDensity".
257
+
258
+ ### MagneticVectorPotential {#magneticvectorpotential}
259
+
260
+ > `readonly` **MagneticVectorPotential**: `"MagneticVectorPotential"` = `"MagneticVectorPotential"`
261
+
262
+ Measurement type "MagneticVectorPotential".
263
+
264
+ ### Mass {#mass}
265
+
266
+ > `readonly` **Mass**: `"Mass"` = `"Mass"`
267
+
268
+ Measurement type "Mass".
269
+
270
+ ### MassConcentration {#massconcentration}
271
+
272
+ > `readonly` **MassConcentration**: `"MassConcentration"` = `"MassConcentration"`
273
+
274
+ Measurement type "MassConcentration".
275
+
276
+ ### MassFlowRate {#massflowrate}
277
+
278
+ > `readonly` **MassFlowRate**: `"MassFlowRate"` = `"MassFlowRate"`
279
+
280
+ Measurement type "MassFlowRate".
281
+
282
+ ### MassPerAreaTime {#massperareatime}
283
+
284
+ > `readonly` **MassPerAreaTime**: `"MassPerAreaTime"` = `"MassPerAreaTime"`
285
+
286
+ Measurement type "MassPerAreaTime".
287
+
288
+ ### MemoryCapacity {#memorycapacity}
289
+
290
+ > `readonly` **MemoryCapacity**: `"MemoryCapacity"` = `"MemoryCapacity"`
291
+
292
+ Measurement type "MemoryCapacity".
293
+
294
+ ### MolalityOfSolute {#molalityofsolute}
295
+
296
+ > `readonly` **MolalityOfSolute**: `"MolalityOfSolute"` = `"MolalityOfSolute"`
297
+
298
+ Measurement type "MolalityOfSolute".
299
+
300
+ ### MolarEnergy {#molarenergy}
301
+
302
+ > `readonly` **MolarEnergy**: `"MolarEnergy"` = `"MolarEnergy"`
303
+
304
+ Measurement type "MolarEnergy".
305
+
306
+ ### MolarMass {#molarmass}
307
+
308
+ > `readonly` **MolarMass**: `"MolarMass"` = `"MolarMass"`
309
+
310
+ Measurement type "MolarMass".
311
+
312
+ ### MolarVolume {#molarvolume}
313
+
314
+ > `readonly` **MolarVolume**: `"MolarVolume"` = `"MolarVolume"`
315
+
316
+ Measurement type "MolarVolume".
317
+
318
+ ### Power {#power}
319
+
320
+ > `readonly` **Power**: `"Power"` = `"Power"`
321
+
322
+ Measurement type "Power".
323
+
324
+ ### Pressure {#pressure}
325
+
326
+ > `readonly` **Pressure**: `"Pressure"` = `"Pressure"`
327
+
328
+ Measurement type "Pressure".
329
+
330
+ ### RadiantFlux {#radiantflux}
331
+
332
+ > `readonly` **RadiantFlux**: `"RadiantFlux"` = `"RadiantFlux"`
333
+
334
+ Measurement type "RadiantFlux".
335
+
336
+ ### RadiantIntensity {#radiantintensity}
337
+
338
+ > `readonly` **RadiantIntensity**: `"RadiantIntensity"` = `"RadiantIntensity"`
339
+
340
+ Measurement type "RadiantIntensity".
341
+
342
+ ### RelativeHumidity {#relativehumidity}
343
+
344
+ > `readonly` **RelativeHumidity**: `"RelativeHumidity"` = `"RelativeHumidity"`
345
+
346
+ Measurement type "RelativeHumidity".
347
+
348
+ ### Resistance {#resistance}
349
+
350
+ > `readonly` **Resistance**: `"Resistance"` = `"Resistance"`
351
+
352
+ Measurement type "Resistance".
353
+
354
+ ### Resistivity {#resistivity}
355
+
356
+ > `readonly` **Resistivity**: `"Resistivity"` = `"Resistivity"`
357
+
358
+ Measurement type "Resistivity".
359
+
360
+ ### SolidAngle {#solidangle}
361
+
362
+ > `readonly` **SolidAngle**: `"SolidAngle"` = `"SolidAngle"`
363
+
364
+ Measurement type "SolidAngle".
365
+
366
+ ### SpecificVolume {#specificvolume}
367
+
368
+ > `readonly` **SpecificVolume**: `"SpecificVolume"` = `"SpecificVolume"`
369
+
370
+ Measurement type "SpecificVolume".
371
+
372
+ ### Speed {#speed}
373
+
374
+ > `readonly` **Speed**: `"Speed"` = `"Speed"`
375
+
376
+ Measurement type "Speed".
377
+
378
+ ### SurfaceDensity {#surfacedensity}
379
+
380
+ > `readonly` **SurfaceDensity**: `"SurfaceDensity"` = `"SurfaceDensity"`
381
+
382
+ Measurement type "SurfaceDensity".
383
+
384
+ ### SurfaceTension {#surfacetension}
385
+
386
+ > `readonly` **SurfaceTension**: `"SurfaceTension"` = `"SurfaceTension"`
387
+
388
+ Measurement type "SurfaceTension".
389
+
390
+ ### Temperature {#temperature}
391
+
392
+ > `readonly` **Temperature**: `"Temperature"` = `"Temperature"`
393
+
394
+ Measurement type "Temperature".
395
+
396
+ ### Time {#time}
397
+
398
+ > `readonly` **Time**: `"Time"` = `"Time"`
399
+
400
+ Measurement type "Time".
401
+
402
+ ### Torque {#torque}
403
+
404
+ > `readonly` **Torque**: `"Torque"` = `"Torque"`
405
+
406
+ Measurement type "Torque".
407
+
408
+ ### Voltage {#voltage}
409
+
410
+ > `readonly` **Voltage**: `"Voltage"` = `"Voltage"`
411
+
412
+ Measurement type "Voltage".
413
+
414
+ ### Volume {#volume}
415
+
416
+ > `readonly` **Volume**: `"Volume"` = `"Volume"`
417
+
418
+ Measurement type "Volume".
419
+
420
+ ### VolumeFlowRate {#volumeflowrate}
421
+
422
+ > `readonly` **VolumeFlowRate**: `"VolumeFlowRate"` = `"VolumeFlowRate"`
423
+
424
+ Measurement type "VolumeFlowRate".
425
+
426
+ ### VolumeFraction {#volumefraction}
427
+
428
+ > `readonly` **VolumeFraction**: `"VolumeFraction"` = `"VolumeFraction"`
429
+
430
+ Measurement type "VolumeFraction".
431
+
432
+ ### VolumetricFlux {#volumetricflux}
433
+
434
+ > `readonly` **VolumetricFlux**: `"VolumetricFlux"` = `"VolumetricFlux"`
435
+
436
+ Measurement type "VolumetricFlux".
437
+
438
+ ### Wavenumber {#wavenumber}
439
+
440
+ > `readonly` **Wavenumber**: `"Wavenumber"` = `"Wavenumber"`
441
+
442
+ Measurement type "Wavenumber".
@@ -0,0 +1,20 @@
1
+ # Variable: EpcisSensorAlertTypes
2
+
3
+ > `const` **EpcisSensorAlertTypes**: `object`
4
+
5
+ Supported EPCIS 2.0 `sensorAlertType` values for sensor-generated alarms or
6
+ errors.
7
+
8
+ ## Type Declaration
9
+
10
+ ### AlarmCondition {#alarmcondition}
11
+
12
+ > `readonly` **AlarmCondition**: `"ALARM_CONDITION"` = `"ALARM_CONDITION"`
13
+
14
+ Sensor alert indicating an alarm condition.
15
+
16
+ ### ErrorCondition {#errorcondition}
17
+
18
+ > `readonly` **ErrorCondition**: `"ERROR_CONDITION"` = `"ERROR_CONDITION"`
19
+
20
+ Sensor alert indicating an error condition.
@@ -0,0 +1,29 @@
1
+ # Variable: EpcisSourceDestTypes
2
+
3
+ > `const` **EpcisSourceDestTypes**: `object`
4
+
5
+ Supported EPCIS 2.0 `source-dest-type` values describing the role of a party
6
+ or location in a transfer.
7
+
8
+ ## Type Declaration
9
+
10
+ ### OwningParty {#owningparty}
11
+
12
+ > `readonly` **OwningParty**: `"owning_party"` = `"owning_party"`
13
+
14
+ Identifier denotes the party who owns (or will own) the objects at the
15
+ business transfer endpoint.
16
+
17
+ ### PossessingParty {#possessingparty}
18
+
19
+ > `readonly` **PossessingParty**: `"possessing_party"` = `"possessing_party"`
20
+
21
+ Identifier denotes the party who has (or will have) physical possession of
22
+ the objects at the endpoint.
23
+
24
+ ### Location {#location}
25
+
26
+ > `readonly` **Location**: `"location"` = `"location"`
27
+
28
+ Identifier denotes the physical location of the originating or terminating
29
+ endpoint of the business transfer.
@@ -6,8 +6,16 @@ The contexts of GS1.
6
6
 
7
7
  ## Type Declaration
8
8
 
9
- ### ContextRoot
9
+ ### Namespace {#namespace}
10
10
 
11
- > `readonly` **ContextRoot**: `"https://gs1.org/voc/"` = `"https://gs1.org/voc/"`
11
+ > `readonly` **Namespace**: `"https://gs1.org/voc/"` = `"https://gs1.org/voc/"`
12
12
 
13
- The context root for the GS1 types.
13
+ The canonical RDF namespace URI.
14
+
15
+ ### Context {#context}
16
+
17
+ > `readonly` **Context**: `"https://gs1.org/voc"` = `"https://gs1.org/voc"`
18
+
19
+ The value to use in JSON-LD context.
20
+ Note: Context differs from Namespace (no trailing slash) as per GS1 standard specification.
21
+ The GS1 JSON-LD context URL format does not include a trailing slash.
@@ -6,121 +6,121 @@ GS1 EPC Identifiers.
6
6
 
7
7
  ## Type Declaration
8
8
 
9
- ### Gtin
9
+ ### Gtin {#gtin}
10
10
 
11
11
  > `readonly` **Gtin**: `"sgtin"` = `"sgtin"`
12
12
 
13
13
  GTIN - Trade Item.
14
14
 
15
- ### Sscc
15
+ ### Sscc {#sscc}
16
16
 
17
17
  > `readonly` **Sscc**: `"sscc"` = `"sscc"`
18
18
 
19
19
  SSCC - Logistics Unit.
20
20
 
21
- ### Gln
21
+ ### Gln {#gln}
22
22
 
23
23
  > `readonly` **Gln**: `"sgln"` = `"sgln"`
24
24
 
25
25
  GLN - Location.
26
26
 
27
- ### Grai
27
+ ### Grai {#grai}
28
28
 
29
29
  > `readonly` **Grai**: `"grai"` = `"grai"`
30
30
 
31
31
  GRAI - Returnable Asset.
32
32
 
33
- ### Giai
33
+ ### Giai {#giai}
34
34
 
35
35
  > `readonly` **Giai**: `"giai"` = `"giai"`
36
36
 
37
37
  GIAI - Fixed Asset.
38
38
 
39
- ### GsrnRecipient
39
+ ### GsrnRecipient {#gsrnrecipient}
40
40
 
41
41
  > `readonly` **GsrnRecipient**: `"gsrn"` = `"gsrn"`
42
42
 
43
43
  GSRN - Recipient - Hospital Admission or Club Membership.
44
44
 
45
- ### GsrnProvider
45
+ ### GsrnProvider {#gsrnprovider}
46
46
 
47
47
  > `readonly` **GsrnProvider**: `"gsrnp"` = `"gsrnp"`
48
48
 
49
49
  GSRN - Provider - Medical Caregiver or Loyalty Club.
50
50
 
51
- ### Gtdi
51
+ ### Gtdi {#gtdi}
52
52
 
53
53
  > `readonly` **Gtdi**: `"gtdi"` = `"gtdi"`
54
54
 
55
55
  GDTI - Document.
56
56
 
57
- ### None
57
+ ### None {#none}
58
58
 
59
59
  > `readonly` **None**: `"cpi"` = `"cpi"`
60
60
 
61
61
  Technical Industries for unique identification of parts and components.
62
62
 
63
- ### Gcn
63
+ ### Gcn {#gcn}
64
64
 
65
65
  > `readonly` **Gcn**: `"sgcn"` = `"sgcn"`
66
66
 
67
67
  GCN - Coupon.
68
68
 
69
- ### Ginc
69
+ ### Ginc {#ginc}
70
70
 
71
71
  > `readonly` **Ginc**: `"ginc"` = `"ginc"`
72
72
 
73
73
  Logical grouping of goods intended for transport as a whole assigned by a freight forwarder.
74
74
 
75
- ### Gsin
75
+ ### Gsin {#gsin}
76
76
 
77
77
  > `readonly` **Gsin**: `"gsin"` = `"gsin"`
78
78
 
79
79
  Logical grouping of logistic units travelling under one dispatch advice and/or bill of lading.
80
80
 
81
- ### Ai
81
+ ### Ai {#ai}
82
82
 
83
83
  > `readonly` **Ai**: `"itip"` = `"itip"`
84
84
 
85
85
  One of multiple pieces comprising, and subordinate to, a whole.
86
86
 
87
- ### GtinTpx
87
+ ### GtinTpx {#gtintpx}
88
88
 
89
89
  > `readonly` **GtinTpx**: `"upui"` = `"upui"`
90
90
 
91
91
  Pack identification to combat illicit trade.
92
92
 
93
- ### GlnAi
93
+ ### GlnAi {#glnai}
94
94
 
95
95
  > `readonly` **GlnAi**: `"pgln"` = `"pgln"`
96
96
 
97
97
  Identification of Economic Operator, Owning party or processing party in CoC/CoO.
98
98
 
99
- ### Unspecified
99
+ ### Unspecified {#unspecified}
100
100
 
101
101
  > `readonly` **Unspecified**: `"gid"` = `"gid"`
102
102
 
103
103
  Unspecified.
104
104
 
105
- ### UsDod
105
+ ### UsDod {#usdod}
106
106
 
107
107
  > `readonly` **UsDod**: `"usdod"` = `"usdod"`
108
108
 
109
109
  US Dept of Defense supply chain.
110
110
 
111
- ### AerospaceDefence
111
+ ### AerospaceDefence {#aerospacedefence}
112
112
 
113
113
  > `readonly` **AerospaceDefence**: `"adi"` = `"adi"`
114
114
 
115
115
  Aerospace and Defense sector for unique identification of aircraft and other parts and items.
116
116
 
117
- ### Intermodal
117
+ ### Intermodal {#intermodal}
118
118
 
119
119
  > `readonly` **Intermodal**: `"bic"` = `"bic"`
120
120
 
121
121
  Intermodal shipping containers.
122
122
 
123
- ### Vessel
123
+ ### Vessel {#vessel}
124
124
 
125
125
  > `readonly` **Vessel**: `"imovn"` = `"imovn"`
126
126
 
@@ -6,25 +6,25 @@ The types of GS1 Identifier data.
6
6
 
7
7
  ## Type Declaration
8
8
 
9
- ### EpcId
9
+ ### EpcId {#epcid}
10
10
 
11
11
  > `readonly` **EpcId**: `"epc:id"` = `"epc:id"`
12
12
 
13
13
  Identifier epc id namespace.
14
14
 
15
- ### EpcIdGtin
15
+ ### EpcIdGtin {#epcidgtin}
16
16
 
17
17
  > `readonly` **EpcIdGtin**: `"epc:id:sgtin"`
18
18
 
19
19
  Identifier epc:id:gtin namespace.
20
20
 
21
- ### EpcIdGln
21
+ ### EpcIdGln {#epcidgln}
22
22
 
23
23
  > `readonly` **EpcIdGln**: `"epc:id:sgln"`
24
24
 
25
25
  Identifier epc:id:sgln namespace.
26
26
 
27
- ### EpcClass
27
+ ### EpcClass {#epcclass}
28
28
 
29
29
  > `readonly` **EpcClass**: `"epc:class"` = `"epc:class"`
30
30