cac:Stowage
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:StowageType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:LocationID [0..1] An identifier for the location.
- cbc:Location [0..*] Text describing the location.
- cac:MeasurementDimension [0..*] A measurable dimension (length, mass, weight, or volume) of this stowage.
Attributes
None
Used in
- Type cac:TransportMeansType (Elements cac:ApplicableTransportMeans, cac:TransportMeans)
Sample instance
<cac:Stowage> <cbc:LocationID>normalizedString</cbc:LocationID> <cbc:Location>string</cbc:Location> <cac:MeasurementDimension> <cbc:AttributeID>normalizedString</cbc:AttributeID> <cbc:Measure unitCode="normalizedString">1.0</cbc:Measure> <cbc:Description>string</cbc:Description> <cbc:MinimumMeasure unitCode="normalizedString">1.0</cbc:MinimumMeasure> <cbc:MaximumMeasure unitCode="normalizedString">1.0</cbc:MaximumMeasure> </cac:MeasurementDimension> </cac:Stowage>