The DataType defines the general structure of a weight. It is formally defined in Table 147.
Table 147 - WeightType Definition
|
Attribute |
Value |
||
|
BrowseName |
WeightType |
||
|
IsAbstract |
False |
||
|
DisplayName |
Type |
IsArray |
Optional |
The structure is defined in Table 148.
Table 148 - WeightType Structure
|
Name |
Type |
Description |
|
WeightType |
structure |
Subtype of the AbstractWeightType defined in this Companion Specification |
|
Gross |
0:Double |
Gross defines the gross value of weight as a 0:Double precision floating point number. |
|
Net |
0:Double |
Net defines the net value of weight as a 0:Double precision floating point number. |
|
Tare |
0:Double |
Tare defines the tare value of weight as a 0:Double precision floating point number. |