cac:Delivery
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.3.xsd
Type: cac:DeliveryType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ext:UBLExtensions [0..1]A container for extensions foreign to the document.
- 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 cac:ConsumptionLineType (Element cac:ConsumptionLine)
- Type CreditNoteType (Element CreditNote)
- Type DebitNoteType (Element DebitNote)
- Type InvoiceType (Element Invoice)
- Type OrderType (Element Order)
- Type OrderChangeType (Element OrderChange)
- Type OrderResponseType (Element OrderResponse)
- Type QuotationType (Element Quotation)
- Type RequestForQuotationType (Element RequestForQuotation)
- Type SelfBilledCreditNoteType (Element SelfBilledCreditNote)
- Type SelfBilledInvoiceType (Element SelfBilledInvoice)
- 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>Avon Way</cbc:StreetName> <cbc:BuildingName>Thereabouts</cbc:BuildingName> <cbc:BuildingNumber>56A</cbc:BuildingNumber> <cbc:CityName>Bridgtow</cbc:CityName> <cbc:PostalZone>ZZ99 1ZZ</cbc:PostalZone> <cbc:CountrySubentity>Avon</cbc:CountrySubentity> <cac:AddressLine> <cbc:Line>3rd Floor, Room 5</cbc:Line> </cac:AddressLine> <cac:Country> <cbc:IdentificationCode>GB</cbc:IdentificationCode> </cac:Country> </cac:DeliveryAddress> <cac:RequestedDeliveryPeriod> <cbc:StartDate>2005-06-20</cbc:StartDate> <cbc:StartTime>10:30:47.0Z</cbc:StartTime> <cbc:EndDate>2005-06-21</cbc:EndDate> <cbc:EndTime>10:30:47.0Z</cbc:EndTime> </cac:RequestedDeliveryPeriod> </cac:Delivery>