cac:SupplyChainActivityDataLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:ActivityDataLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [1..1] An identifier for this activity data line.
- cbc:SupplyChainActivityTypeCode [1..1] A code signifying the type of supply chain activity.
- cac:BuyerCustomerParty [0..1] The buyer of the item.
- cac:SellerSupplierParty [0..1] The seller of the item.
- cac:ActivityPeriod [0..1] The period during which the activity is realized.
- cac:ActivityOriginLocation [1..1] Either the location where the movement of goods is observed or the location from which the goods are moved.
- cac:ActivityFinalLocation [0..1] The location to which the goods are moved.
- cac:SalesItem [1..*] Sales information for an item to which this line applies.
Attributes
None
Used in
- Type ProductActivityType (Element ProductActivity)
Sample instance
<cac:SupplyChainActivityDataLine> <cbc:ID>SCADL_SHIPMENT001</cbc:ID> <cbc:SupplyChainActivityTypeCode>SHIPMENTS</cbc:SupplyChainActivityTypeCode> <cac:BuyerCustomerParty> <cac:Party> <cac:PartyIdentification> <cbc:ID>2203148000007</cbc:ID> </cac:PartyIdentification> </cac:Party> </cac:BuyerCustomerParty> <cac:SellerSupplierParty> <cac:Party> <cac:PartyIdentification> <cbc:ID>6903148000007</cbc:ID> </cac:PartyIdentification> </cac:Party> </cac:SellerSupplierParty> <cac:ActivityOriginLocation> <cbc:ID/> </cac:ActivityOriginLocation> <cac:SalesItem> <cbc:Quantity unitCode="KGM">20</cbc:Quantity> <cac:Item> <cac:StandardItemIdentification> <cbc:ID>06110123456784</cbc:ID> </cac:StandardItemIdentification> </cac:Item> </cac:SalesItem> </cac:SupplyChainActivityDataLine>