10.3 WeightType
The DataType defines the general structure of a weight. It is formally defined in Table 147.
| Attribute | Value | ||
| BrowseName | WeightType | ||
| IsAbstract | False | ||
| DisplayName | Type | IsArray | Optional |
|---|---|---|---|
| Subtype of AbstractWeightType | |||
The structure is defined in Table 148.
| 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. |