Schema Central  >  UBL 2.3  >  UBL-CommonAggregateComponents-2.3.xsd  >  cac:SupplyChainActivityDataLine
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:SupplyChainActivityDataLine

Element information

Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Schema document: common/UBL-CommonAggregateComponents-2.3.xsd

Type: cac:ActivityDataLineType

Properties: Global, Qualified

Content

Attributes

None

Used in

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>1234567890</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>