cac:Temperature
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:TemperatureType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:AttributeID [1..1] An identifier for this temperature measurement.
- cbc:Measure [1..1] The value of this temperature measurement.
- cbc:Description [0..*] Text describing this temperature measurement.
Attributes
None
Used in
- Type cac:GoodsItemType (Elements cac:ContainedGoodsItem, cac:GoodsItem, cac:ReferencedGoodsItem)
Sample instance
<cac:Temperature> <cbc:AttributeID>normalizedString</cbc:AttributeID> <cbc:Measure unitCode="normalizedString">1.0</cbc:Measure> <cbc:Description>string</cbc:Description> </cac:Temperature>