it:GoodsMeasure
The weight measurement characteristics
Element information
Namespace: http://niem.gov/niem/domains/internationalTrade/2.1
Schema document: domains/internationalTrade/2.1/internationalTrade.xsd
Type: it:GoodsMeasureType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- it:GoodsWeightItemLevel [0..*] The weight of line item including packaging but excluding the transport equipment.
- it:GoodsNetWeight [0..*] The weight (mass) of the goods themselves without any packing.
- it:GoodsTariffQuantity [0..*] The quantity of the goods in the unit as required by Customs for tariff, statistical or fiscal purposes.
- it:GoodVolumeMeasure [0..*] The Volume of goods themselves without any packing
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type it:GoodsItemType (Element it:GoodsItem)
- Type it:ConsignmentItemType (Elements it:ConsignmentItem, it:ContainerCargoItem)
- Type it:CustomsGoodsItemType via extension of it:GoodsItemType (Element it:CustomsGoodsItem)
Sample instance
<it:GoodsMeasure> <it:GoodsWeightItemLevel> <nc:MeasurePointValue>1.0</nc:MeasurePointValue> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:MeasureCategoryText>string</nc:MeasureCategoryText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> <nc:WeightUnitCode>KGM</nc:WeightUnitCode> </it:GoodsWeightItemLevel> <it:GoodsNetWeight> <nc:MeasurePointValue>1.0</nc:MeasurePointValue> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:MeasureCategoryText>string</nc:MeasureCategoryText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> <nc:WeightUnitCode>KGM</nc:WeightUnitCode> </it:GoodsNetWeight> <it:GoodsTariffQuantity>1.0</it:GoodsTariffQuantity> <it:GoodVolumeMeasure> <nc:MeasurePointValue>1.0</nc:MeasurePointValue> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:MeasureCategoryText>string</nc:MeasureCategoryText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> <it:VolumeUnitCode>bushel (U.S. dry level)</it:VolumeUnitCode> </it:GoodVolumeMeasure> </it:GoodsMeasure>