m:CargoDrainedWeightMeasure
A measure of the drained weight of cargo.
Element information
Namespace: http://niem.gov/niem/domains/maritime/2.1
Schema document: domains/maritime/2.1/maritime.xsd
Type: nc:WeightMeasureType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- Choice [0..*]
- nc:MeasurePointValue A specific measurement value.
- nc:MeasureRangeValue A measurement specified by a minimum and maximum value.
- nc:MeasureText A measurement value.
from subst. group nc:MeasureValue - nc:MeasureUnitText [0..*] A unit that qualifies the measurement value.
- nc:MeasureCategoryText [0..*] A method used to make a measurement.
- nc:MeasureEstimatedIndicator [0..*] True if a measurement has been estimated or guessed; false otherwise.
- nc:WeightUnitCode [0..1] A unit of measure of the weight value.
from type nc:MeasureType - Choice [0..*]
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 m:CargoType (Element m:Cargo)
- Type m:CargoItemType via extension of m:CargoType (Element m:CargoItem)
- Type m:TransportEquipmentType via extension of m:CargoType (Elements m:ShippingContainer, m:TransportEquipment)
Sample instance
<m:CargoDrainedWeightMeasure> <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> </m:CargoDrainedWeightMeasure>