cac:Delivery
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:DeliveryType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1] An identifier for this delivery.
- cbc:Quantity [0..1] The quantity of items, child consignments, shipments in this delivery.
- cbc:MinimumQuantity [0..1] The minimum quantity of items, child consignments, shipments in this delivery.
- cbc:MaximumQuantity [0..1] The maximum quantity of items, child consignments, shipments in this delivery.
- cbc:ActualDeliveryDate [0..1] The actual date of delivery.
- cbc:ActualDeliveryTime [0..1] The actual time of delivery.
- cbc:LatestDeliveryDate [0..1] The latest date of delivery allowed by the buyer.
- cbc:LatestDeliveryTime [0..1] The latest time of delivery allowed by the buyer.
- cbc:ReleaseID [0..1] An identifier used for approval of access to delivery locations (e.g., port terminals).
- cbc:TrackingID [0..1] The delivery Tracking ID (for transport tracking).
- cac:DeliveryAddress [0..1] The delivery address.
- cac:DeliveryLocation [0..1] The delivery location.
- cac:AlternativeDeliveryLocation [0..1] An alternative delivery location.
- cac:RequestedDeliveryPeriod [0..1] The period requested for delivery.
- cac:PromisedDeliveryPeriod [0..1] The period promised for delivery.
- cac:EstimatedDeliveryPeriod [0..1] The period estimated for delivery.
- cac:CarrierParty [0..1] The party responsible for delivering the goods.
- cac:DeliveryParty [0..1] The party to whom the goods are delivered.
- cac:NotifyParty [0..*] A party to be notified of this delivery.
- cac:Despatch [0..1] The despatch (pickup) associated with this delivery.
- cac:DeliveryTerms [0..*] Terms and conditions relating to the delivery.
- cac:MinimumDeliveryUnit [0..1] The minimum delivery unit for this delivery.
- cac:MaximumDeliveryUnit [0..1] The maximum delivery unit for this delivery.
- cac:Shipment [0..1] The shipment being delivered.
Attributes
None
Used in
- Type CreditNoteType (Element CreditNote)
- Type DebitNoteType (Element DebitNote)
- Type InvoiceType (Element Invoice)
- Type OrderChangeType (Element OrderChange)
- Type OrderResponseType (Element OrderResponse)
- Type OrderType (Element Order)
- Type QuotationType (Element Quotation)
- Type RequestForQuotationType (Element RequestForQuotation)
- Type SelfBilledCreditNoteType (Element SelfBilledCreditNote)
- Type SelfBilledInvoiceType (Element SelfBilledInvoice)
- Type cac:ConsumptionLineType (Element cac:ConsumptionLine)
- Type cac:CreditNoteLineType (Elements cac:CreditNoteLine, cac:SubCreditNoteLine)
- Type cac:DebitNoteLineType (Elements cac:DebitNoteLine, cac:SubDebitNoteLine)
- Type cac:InvoiceLineType (Elements cac:InvoiceLine, cac:SubInvoiceLine)
- Type cac:GoodsItemType (Elements cac:ContainedGoodsItem, cac:GoodsItem, cac:ReferencedGoodsItem)
- Type cac:ShipmentType (Elements cac:ConsolidatedShipment, cac:ReferencedShipment, cac:ReportedShipment, cac:Shipment)
- Type cac:PackageType (Elements cac:ActualPackage, cac:ContainedPackage, cac:ContainingPackage, cac:Package, cac:ReferencedPackage)
- Type cac:LineItemType (Elements cac:AlternativeLineItem, cac:BuyerProposedSubstituteLineItem, cac:LineItem, cac:SellerProposedSubstituteLineItem, cac:SellerSubstitutedLineItem, cac:SubLineItem)
- Type cac:TransportEquipmentType (Elements cac:AttachedTransportEquipment, cac:ContainedInTransportEquipment, cac:ContainingTransportEquipment, cac:ReferencedTransportEquipment, cac:SupportedTransportEquipment, cac:TransportEquipment, cac:UnsupportedTransportEquipment)
Sample instance
<cac:Delivery> <cac:DeliveryAddress> <cbc:StreetName>Via Dell'Arcoveggio</cbc:StreetName> <cbc:BuildingNumber>403</cbc:BuildingNumber> <cbc:CityName>Bologna</cbc:CityName> <cbc:PostalZone>40129</cbc:PostalZone> <cac:Country> <cbc:IdentificationCode>IT</cbc:IdentificationCode> <cbc:Name>Italy</cbc:Name> </cac:Country> </cac:DeliveryAddress> <cac:Despatch> <cac:DespatchAddress> <cbc:StreetName>Via Emilia</cbc:StreetName> <cbc:BuildingNumber>1</cbc:BuildingNumber> <cbc:CityName>Modena</cbc:CityName> <cbc:PostalZone>41121</cbc:PostalZone> <cac:Country> <cbc:IdentificationCode>IT</cbc:IdentificationCode> <cbc:Name>Italy</cbc:Name> </cac:Country> </cac:DespatchAddress> </cac:Despatch> </cac:Delivery>