您的位置:首页 > 编程语言 > VB

复杂的XML文件(用VB.net处理)

2009-12-08 11:31 225 查看
现在有一个比较复杂的XML文件。在网上找了很多资料都 不能做到。想把他们处理成一条一条记录。内容如下。

<?xml version="1.0" encoding="UTF-8"?>
<PurchaseOrderBatch xmlns="http://www.puma.com/gbs/po">
<PurchaseOrder>
<Head>
<Task>Create</Task>
<RefId>
<SupplierID>TCNXG</SupplierID>
<GBSPOReferenceNumber>PO000000000727427</GBSPOReferenceNumber>
<Timestamp>2009-11-12T03:17:59+01:00</Timestamp>
</RefId>
<Source>GBS</Source>
</Head>
<Body>
<HeaderData>
<GBSInfo>
<GBSPOReferenceNumber>PO000000000727427</GBSPOReferenceNumber>
<GBSCOReferenceNumber>CO000000000779685</GBSCOReferenceNumber>
<OrderStatus>ConfirmedBySupplier</OrderStatus>
<ClosePOFlag>false</ClosePOFlag>
<GBSLastModificationDate>2009-10-12T09:48:44+02:00</GBSLastModificationDate>
</GBSInfo>
<CustomerInfo>
<CustomerCONo>TL9071</CustomerCONo>
<CustomerCode>USPUA</CustomerCode>
<CustomerName>Puma North America Inc.</CustomerName>
<DirectShipmentFlag>false</DirectShipmentFlag>
</CustomerInfo>
<PurchaseOrderInfo>
<OrderType>COMMISSION</OrderType>
<QuotaFlag>false</QuotaFlag>
<ShortLeadTimeFlag>false</ShortLeadTimeFlag>
<SourcingOrg>WCFE</SourcingOrg>
<SourcingOrgName>World Cat Far East</SourcingOrgName>
<TotalValue>7995</TotalValue>
<Currency>USD</Currency>
<OverShipmentFlag>true</OverShipmentFlag>
<ShortShipmentFlag>true</ShortShipmentFlag>
<PartialShipmentFlag>false</PartialShipmentFlag>
<BGradesFlag>true</BGradesFlag>
<MSRPOrderFlag>false</MSRPOrderFlag>
<ReleaseToSupplierDate>2009-10-12+02:00</ReleaseToSupplierDate>
</PurchaseOrderInfo>
<StyleInfo>
<StyleNo>812594</StyleNo>
<StyleDescription>Cat Polo</StyleDescription>
<SeasonDesc>Spring 2010</SeasonDesc>
<BrandCode>PUM</BrandCode>
<BrandDescription>PUMA</BrandDescription>
<ProductDivisionCode>2</ProductDivisionCode>
<ProductDivisionDescription>Apparel</ProductDivisionDescription>
<CustomerStyleNo>812594</CustomerStyleNo>
<CustomerStyleDescription>CAT POLO</CustomerStyleDescription>
<Barcode>UPC</Barcode>
<RequestDate>2010-01-02+01:00</RequestDate>
<CSD>2010-01-02+01:00</CSD>
<ABM>2010-01-02+01:00</ABM>
<SupplierCode>TCNXG</SupplierCode>
<SupplierName>Foshan Xinguang Knitting Co., Ltd.</SupplierName>
<FactoryCode>TCNXG</FactoryCode>
<FactoryName>Foshan Xinguang Knitting Co., Ltd.</FactoryName>
<CountryOfOrigin>China</CountryOfOrigin>
<SizeTableName>Womens International Sizes (XXS-5XL)</SizeTableName>
<KeySize>INT</KeySize>
<BusinessUnitCode>2</BusinessUnitCode>
<BusinessUnitDescription>Athletic / Sport Leisure</BusinessUnitDescription>
<LineNameCode>90392</LineNameCode>
<LineName>Outlet SMU</LineName>
<ProductConceptCode>8179</ProductConceptCode>
<ProductConceptDescription>FOUNDATION ACTIVE APPAREL</ProductConceptDescription>
<PODCode>61</PODCode>
<PODDescription>Vertical</PODDescription>
</StyleInfo>
<RemarksInfo>MSRP TICKETS REQUIRED</RemarksInfo>
</HeaderData>
<ItemData>
<ColorInfo>
<Color>
<ColorNo>6</ColorNo>
<ColorDescription>beetroot purple</ColorDescription>
<Quantity>1500</Quantity>
<ProductCharacter>Vertical</ProductCharacter>
<ProductRequestCode>290</ProductRequestCode>
<ProductRequestName>USA National Collection</ProductRequestName>
<LeadTime>120</LeadTime>
<SizeBreakDown>
<Size code="XS">
<Quantity>300</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>300</OutstandingQuantity>
<Price>5.33</Price>
<UPC>885116476570</UPC>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="S">
<Quantity>435</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>435</OutstandingQuantity>
<Price>5.33</Price>
<UPC>885116476587</UPC>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="M">
<Quantity>420</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>420</OutstandingQuantity>
<Price>5.33</Price>
<UPC>885116476594</UPC>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="L">
<Quantity>210</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>210</OutstandingQuantity>
<Price>5.33</Price>
<UPC>885116476600</UPC>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="XL">
<Quantity>135</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>135</OutstandingQuantity>
<Price>5.33</Price>
<UPC>885116476617</UPC>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
</SizeBreakDown>
</Color>
</ColorInfo>
</ItemData>
<DeliverySequences>
<DeliverySequence>
<DeliverySequenceNo>1</DeliverySequenceNo>
<CustomerDeliverySequenceNo>TL9071</CustomerDeliverySequenceNo>
<Quantity>1500</Quantity>
<ColorInfo>
<Color>
<ColorNo>6</ColorNo>
<ColorDescription>beetroot purple</ColorDescription>
<Quantity>1500</Quantity>
<ProductCharacter>Vertical</ProductCharacter>
<ProductRequestCode>290</ProductRequestCode>
<ProductRequestName>USA National Collection</ProductRequestName>
<SizeBreakDown>
<Size code="XS">
<Quantity>300</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>300</OutstandingQuantity>
<Price>5.33</Price>
<SKUCode>001</SKUCode>
<UPC>885116476570</UPC>
<OuterCartonPackFactor>40</OuterCartonPackFactor>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="S">
<Quantity>435</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>435</OutstandingQuantity>
<Price>5.33</Price>
<SKUCode>002</SKUCode>
<UPC>885116476587</UPC>
<OuterCartonPackFactor>40</OuterCartonPackFactor>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="M">
<Quantity>420</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>420</OutstandingQuantity>
<Price>5.33</Price>
<SKUCode>003</SKUCode>
<UPC>885116476594</UPC>
<OuterCartonPackFactor>40</OuterCartonPackFactor>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="L">
<Quantity>210</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>210</OutstandingQuantity>
<Price>5.33</Price>
<SKUCode>004</SKUCode>
<UPC>885116476600</UPC>
<OuterCartonPackFactor>40</OuterCartonPackFactor>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="XL">
<Quantity>135</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>135</OutstandingQuantity>
<Price>5.33</Price>
<SKUCode>005</SKUCode>
<UPC>885116476617</UPC>
<OuterCartonPackFactor>40</OuterCartonPackFactor>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
</SizeBreakDown>
</Color>
</ColorInfo>
<DeliveryInfo>
<DeliveryTermCode>FOB</DeliveryTermCode>
<DeliveryTermDescription>Free On Board</DeliveryTermDescription>
<DirectDeliveryFlag>false</DirectDeliveryFlag>
<DeliveryAddress>
<AddressCode>USPUA068</AddressCode>
<Company1>PNA/BII</Company1>
<Street1>C/O Brookvale International</Street1>
<Street2>20943 South Maciel Avenue</Street2>
<City>Carson</City>
<State>CA</State>
<Country>United States (U.S.A.)</Country>
<ZipCode>90810</ZipCode>
</DeliveryAddress>
<LabelAddress>
<LabelAddressLine1>PNA/BII</LabelAddressLine1>
<LabelAddressLine3>C/O Brookvale International 20943 South Maciel Avenue</LabelAddressLine3>
<LabelAddressLine4>90810 Carson CA</LabelAddressLine4>
<LabelAddressLine5>United States (U.S.A.)</LabelAddressLine5>
</LabelAddress>
</DeliveryInfo>
<ShippingInstructionsInfo>
<CustomsInfo>
<Customs>
<CustomsNo>1</CustomsNo>
<HarmonisedSystemNo>610610</HarmonisedSystemNo>
<NotHarmonisedSystemNo>0010</NotHarmonisedSystemNo>
</Customs>
</CustomsInfo>
<PackingInfo>
<PackingInstr/>
<LabelIdentificationNo>01</LabelIdentificationNo>
<LabelIdentificationDescription>PNA</LabelIdentificationDescription>
</PackingInfo>
<ShippingInstrInfo>
<PortOfOrigin>Guangzhou</PortOfOrigin>
<PortOfDestination>LOS ANGELES</PortOfDestination>
<Carrier>Maersk</Carrier>
<ShippingModeCode>SEA</ShippingModeCode>
<ShippingModeDescription>SEAFREIGHT</ShippingModeDescription>
</ShippingInstrInfo>
<ShippingMarksInfo>
<ShippingMarks>GSI</ShippingMarks>
</ShippingMarksInfo>
<RequiredDocsInfo>
<RequiredDocuments>GSI</RequiredDocuments>
</RequiredDocsInfo>
<SpecialInstrInfo>
<SpecialInstructions>GSI</SpecialInstructions>
</SpecialInstrInfo>
</ShippingInstructionsInfo>
</DeliverySequence>
</DeliverySequences>
<PaymentData>
<PaymentInfo>
<PaymentMethodCode>TT</PaymentMethodCode>
<PaymentMethodDescription>Telegraphic Transfer</PaymentMethodDescription>
<PaymentTermsCode>028</PaymentTermsCode>
<PaymentTermsDescription>Within 30 days from document acknowledge receipt / courier despatch</PaymentTermsDescription>
<InvoiceAddress>
<AddressCode>USPUA001</AddressCode>
<Company1>Puma North America Inc.</Company1>
<Street1>10 Lyberty Way</Street1>
<City>Westford</City>
<State>MA</State>
<Country>United States (U.S.A.)</Country>
<ZipCode>01886</ZipCode>
</InvoiceAddress>
<DiscountPercentage>0</DiscountPercentage>
<DiscountValue>0</DiscountValue>
<LCValue>0</LCValue>
<Commission>0</Commission>
<DebtorCode>USPUA</DebtorCode>
</PaymentInfo>
</PaymentData>
<ProductLabelInfo>
<OptProdLabelInfo>
<OptProdLabels>
<OptProdLabelCode>1</OptProdLabelCode>
<OptProdLabelCodeDesc>POL 00001 - Without Optional Labels</OptProdLabelCodeDesc>
</OptProdLabels>
</OptProdLabelInfo>
</ProductLabelInfo>
</Body>
</PurchaseOrder>
<PurchaseOrder>
<Head>
<Task>Create</Task>
<RefId>
<SupplierID>TCNXG</SupplierID>
<GBSPOReferenceNumber>PO000000000727425</GBSPOReferenceNumber>
<Timestamp>2009-11-12T03:17:59+01:00</Timestamp>
</RefId>
<Source>GBS</Source>
</Head>
<Body>
<HeaderData>
<GBSInfo>
<GBSPOReferenceNumber>PO000000000727425</GBSPOReferenceNumber>
<GBSCOReferenceNumber>CO000000000779683</GBSCOReferenceNumber>
<OrderStatus>ConfirmedBySupplier</OrderStatus>
<ClosePOFlag>false</ClosePOFlag>
<GBSLastModificationDate>2009-10-12T09:48:35+02:00</GBSLastModificationDate>
</GBSInfo>
<CustomerInfo>
<CustomerCONo>TL9069</CustomerCONo>
<CustomerCode>USPUA</CustomerCode>
<CustomerName>Puma North America Inc.</CustomerName>
<DirectShipmentFlag>false</DirectShipmentFlag>
</CustomerInfo>
<PurchaseOrderInfo>
<OrderType>COMMISSION</OrderType>
<QuotaFlag>false</QuotaFlag>
<ShortLeadTimeFlag>false</ShortLeadTimeFlag>
<SourcingOrg>WCFE</SourcingOrg>
<SourcingOrgName>World Cat Far East</SourcingOrgName>
<TotalValue>5330</TotalValue>
<Currency>USD</Currency>
<OverShipmentFlag>true</OverShipmentFlag>
<ShortShipmentFlag>true</ShortShipmentFlag>
<PartialShipmentFlag>false</PartialShipmentFlag>
<BGradesFlag>true</BGradesFlag>
<MSRPOrderFlag>false</MSRPOrderFlag>
<ReleaseToSupplierDate>2009-10-12+02:00</ReleaseToSupplierDate>
</PurchaseOrderInfo>
<StyleInfo>
<StyleNo>812594</StyleNo>
<StyleDescription>Cat Polo</StyleDescription>
<SeasonDesc>Spring 2010</SeasonDesc>
<BrandCode>PUM</BrandCode>
<BrandDescription>PUMA</BrandDescription>
<ProductDivisionCode>2</ProductDivisionCode>
<ProductDivisionDescription>Apparel</ProductDivisionDescription>
<CustomerStyleNo>812594</CustomerStyleNo>
<CustomerStyleDescription>CAT POLO</CustomerStyleDescription>
<Barcode>UPC</Barcode>
<RequestDate>2010-01-02+01:00</RequestDate>
<CSD>2010-01-02+01:00</CSD>
<ABM>2010-01-02+01:00</ABM>
<SupplierCode>TCNXG</SupplierCode>
<SupplierName>Foshan Xinguang Knitting Co., Ltd.</SupplierName>
<FactoryCode>TCNXG</FactoryCode>
<FactoryName>Foshan Xinguang Knitting Co., Ltd.</FactoryName>
<CountryOfOrigin>China</CountryOfOrigin>
<SizeTableName>Womens International Sizes (XXS-5XL)</SizeTableName>
<KeySize>INT</KeySize>
<BusinessUnitCode>2</BusinessUnitCode>
<BusinessUnitDescription>Athletic / Sport Leisure</BusinessUnitDescription>
<LineNameCode>90392</LineNameCode>
<LineName>Outlet SMU</LineName>
<ProductConceptCode>8179</ProductConceptCode>
<ProductConceptDescription>FOUNDATION ACTIVE APPAREL</ProductConceptDescription>
<PODCode>61</PODCode>
<PODDescription>Vertical</PODDescription>
</StyleInfo>
<RemarksInfo>MSRP TICKETS REQUIRED</RemarksInfo>
</HeaderData>
<ItemData>
<ColorInfo>
<Color>
<ColorNo>2</ColorNo>
<ColorDescription>black</ColorDescription>
<Quantity>1000</Quantity>
<ProductCharacter>Vertical</ProductCharacter>
<ProductRequestCode>290</ProductRequestCode>
<ProductRequestName>USA National Collection</ProductRequestName>
<LeadTime>120</LeadTime>
<SizeBreakDown>
<Size code="XS">
<Quantity>200</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>200</OutstandingQuantity>
<Price>5.33</Price>
<UPC>884628310464</UPC>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="S">
<Quantity>290</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>290</OutstandingQuantity>
<Price>5.33</Price>
<UPC>884628310471</UPC>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="M">
<Quantity>280</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>280</OutstandingQuantity>
<Price>5.33</Price>
<UPC>884628310488</UPC>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="L">
<Quantity>140</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>140</OutstandingQuantity>
<Price>5.33</Price>
<UPC>884628310495</UPC>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="XL">
<Quantity>90</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>90</OutstandingQuantity>
<Price>5.33</Price>
<UPC>884628310501</UPC>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
</SizeBreakDown>
</Color>
</ColorInfo>
</ItemData>
<DeliverySequences>
<DeliverySequence>
<DeliverySequenceNo>1</DeliverySequenceNo>
<CustomerDeliverySequenceNo>TL9069</CustomerDeliverySequenceNo>
<Quantity>1000</Quantity>
<ColorInfo>
<Color>
<ColorNo>2</ColorNo>
<ColorDescription>black</ColorDescription>
<Quantity>1000</Quantity>
<ProductCharacter>Vertical</ProductCharacter>
<ProductRequestCode>290</ProductRequestCode>
<ProductRequestName>USA National Collection</ProductRequestName>
<SizeBreakDown>
<Size code="XS">
<Quantity>200</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>200</OutstandingQuantity>
<Price>5.33</Price>
<SKUCode>001</SKUCode>
<UPC>884628310464</UPC>
<OuterCartonPackFactor>40</OuterCartonPackFactor>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="S">
<Quantity>290</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>290</OutstandingQuantity>
<Price>5.33</Price>
<SKUCode>002</SKUCode>
<UPC>884628310471</UPC>
<OuterCartonPackFactor>40</OuterCartonPackFactor>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="M">
<Quantity>280</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>280</OutstandingQuantity>
<Price>5.33</Price>
<SKUCode>003</SKUCode>
<UPC>884628310488</UPC>
<OuterCartonPackFactor>40</OuterCartonPackFactor>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="L">
<Quantity>140</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>140</OutstandingQuantity>
<Price>5.33</Price>
<SKUCode>004</SKUCode>
<UPC>884628310495</UPC>
<OuterCartonPackFactor>40</OuterCartonPackFactor>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="XL">
<Quantity>90</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>90</OutstandingQuantity>
<Price>5.33</Price>
<SKUCode>005</SKUCode>
<UPC>884628310501</UPC>
<OuterCartonPackFactor>40</OuterCartonPackFactor>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
</SizeBreakDown>
</Color>
</ColorInfo>
<DeliveryInfo>
<DeliveryTermCode>FOB</DeliveryTermCode>
<DeliveryTermDescription>Free On Board</DeliveryTermDescription>
<DirectDeliveryFlag>false</DirectDeliveryFlag>
<DeliveryAddress>
<AddressCode>USPUA068</AddressCode>
<Company1>PNA/BII</Company1>
<Street1>C/O Brookvale International</Street1>
<Street2>20943 South Maciel Avenue</Street2>
<City>Carson</City>
<State>CA</State>
<Country>United States (U.S.A.)</Country>
<ZipCode>90810</ZipCode>
</DeliveryAddress>
<LabelAddress>
<LabelAddressLine1>PNA/BII</LabelAddressLine1>
<LabelAddressLine3>C/O Brookvale International 20943 South Maciel Avenue</LabelAddressLine3>
<LabelAddressLine4>90810 Carson CA</LabelAddressLine4>
<LabelAddressLine5>United States (U.S.A.)</LabelAddressLine5>
</LabelAddress>
</DeliveryInfo>
<ShippingInstructionsInfo>
<CustomsInfo>
<Customs>
<CustomsNo>1</CustomsNo>
<HarmonisedSystemNo>610610</HarmonisedSystemNo>
<NotHarmonisedSystemNo>0010</NotHarmonisedSystemNo>
</Customs>
</CustomsInfo>
<PackingInfo>
<PackingInstr/>
<LabelIdentificationNo>01</LabelIdentificationNo>
<LabelIdentificationDescription>PNA</LabelIdentificationDescription>
</PackingInfo>
<ShippingInstrInfo>
<PortOfOrigin>Guangzhou</PortOfOrigin>
<PortOfDestination>LOS ANGELES</PortOfDestination>
<Carrier>Maersk</Carrier>
<ShippingModeCode>SEA</ShippingModeCode>
<ShippingModeDescription>SEAFREIGHT</ShippingModeDescription>
</ShippingInstrInfo>
<ShippingMarksInfo>
<ShippingMarks>GSI</ShippingMarks>
</ShippingMarksInfo>
<RequiredDocsInfo>
<RequiredDocuments>GSI</RequiredDocuments>
</RequiredDocsInfo>
<SpecialInstrInfo>
<SpecialInstructions>GSI</SpecialInstructions>
</SpecialInstrInfo>
</ShippingInstructionsInfo>
</DeliverySequence>
</DeliverySequences>
<PaymentData>
<PaymentInfo>
<PaymentMethodCode>TT</PaymentMethodCode>
<PaymentMethodDescription>Telegraphic Transfer</PaymentMethodDescription>
<PaymentTermsCode>028</PaymentTermsCode>
<PaymentTermsDescription>Within 30 days from document acknowledge receipt / courier despatch</PaymentTermsDescription>
<InvoiceAddress>
<AddressCode>USPUA001</AddressCode>
<Company1>Puma North America Inc.</Company1>
<Street1>10 Lyberty Way</Street1>
<City>Westford</City>
<State>MA</State>
<Country>United States (U.S.A.)</Country>
<ZipCode>01886</ZipCode>
</InvoiceAddress>
<DiscountPercentage>0</DiscountPercentage>
<DiscountValue>0</DiscountValue>
<LCValue>0</LCValue>
<Commission>0</Commission>
<DebtorCode>USPUA</DebtorCode>
</PaymentInfo>
</PaymentData>
<ProductLabelInfo>
<OptProdLabelInfo>
<OptProdLabels>
<OptProdLabelCode>1</OptProdLabelCode>
<OptProdLabelCodeDesc>POL 00001 - Without Optional Labels</OptProdLabelCodeDesc>
</OptProdLabels>
</OptProdLabelInfo>
</ProductLabelInfo>
</Body>
</PurchaseOrder>
<PurchaseOrder>
<Head>
<Task>Create</Task>
<RefId>
<SupplierID>TCNXG</SupplierID>
<GBSPOReferenceNumber>PO000000000727426</GBSPOReferenceNumber>
<Timestamp>2009-11-12T03:17:59+01:00</Timestamp>
</RefId>
<Source>GBS</Source>
</Head>
<Body>
<HeaderData>
<GBSInfo>
<GBSPOReferenceNumber>PO000000000727426</GBSPOReferenceNumber>
<GBSCOReferenceNumber>CO000000000779684</GBSCOReferenceNumber>
<OrderStatus>ConfirmedBySupplier</OrderStatus>
<ClosePOFlag>false</ClosePOFlag>
<GBSLastModificationDate>2009-10-12T09:48:39+02:00</GBSLastModificationDate>
</GBSInfo>
<CustomerInfo>
<CustomerCONo>TL9070</CustomerCONo>
<CustomerCode>USPUA</CustomerCode>
<CustomerName>Puma North America Inc.</CustomerName>
<DirectShipmentFlag>false</DirectShipmentFlag>
</CustomerInfo>
<PurchaseOrderInfo>
<OrderType>COMMISSION</OrderType>
<QuotaFlag>false</QuotaFlag>
<ShortLeadTimeFlag>false</ShortLeadTimeFlag>
<SourcingOrg>WCFE</SourcingOrg>
<SourcingOrgName>World Cat Far East</SourcingOrgName>
<TotalValue>5330</TotalValue>
<Currency>USD</Currency>
<OverShipmentFlag>true</OverShipmentFlag>
<ShortShipmentFlag>true</ShortShipmentFlag>
<PartialShipmentFlag>false</PartialShipmentFlag>
<BGradesFlag>true</BGradesFlag>
<MSRPOrderFlag>false</MSRPOrderFlag>
<ReleaseToSupplierDate>2009-10-12+02:00</ReleaseToSupplierDate>
</PurchaseOrderInfo>
<StyleInfo>
<StyleNo>812594</StyleNo>
<StyleDescription>Cat Polo</StyleDescription>
<SeasonDesc>Spring 2010</SeasonDesc>
<BrandCode>PUM</BrandCode>
<BrandDescription>PUMA</BrandDescription>
<ProductDivisionCode>2</ProductDivisionCode>
<ProductDivisionDescription>Apparel</ProductDivisionDescription>
<CustomerStyleNo>812594</CustomerStyleNo>
<CustomerStyleDescription>CAT POLO</CustomerStyleDescription>
<Barcode>UPC</Barcode>
<RequestDate>2010-01-02+01:00</RequestDate>
<CSD>2010-01-02+01:00</CSD>
<ABM>2010-01-02+01:00</ABM>
<SupplierCode>TCNXG</SupplierCode>
<SupplierName>Foshan Xinguang Knitting Co., Ltd.</SupplierName>
<FactoryCode>TCNXG</FactoryCode>
<FactoryName>Foshan Xinguang Knitting Co., Ltd.</FactoryName>
<CountryOfOrigin>China</CountryOfOrigin>
<SizeTableName>Womens International Sizes (XXS-5XL)</SizeTableName>
<KeySize>INT</KeySize>
<BusinessUnitCode>2</BusinessUnitCode>
<BusinessUnitDescription>Athletic / Sport Leisure</BusinessUnitDescription>
<LineNameCode>90392</LineNameCode>
<LineName>Outlet SMU</LineName>
<ProductConceptCode>8179</ProductConceptCode>
<ProductConceptDescription>FOUNDATION ACTIVE APPAREL</ProductConceptDescription>
<PODCode>61</PODCode>
<PODDescription>Vertical</PODDescription>
</StyleInfo>
<RemarksInfo>MSRP TICKETS REQUIRED</RemarksInfo>
</HeaderData>
<ItemData>
<ColorInfo>
<Color>
<ColorNo>5</ColorNo>
<ColorDescription>athletic gray heather</ColorDescription>
<Quantity>1000</Quantity>
<ProductCharacter>Vertical</ProductCharacter>
<ProductRequestCode>290</ProductRequestCode>
<ProductRequestName>USA National Collection</ProductRequestName>
<LeadTime>120</LeadTime>
<SizeBreakDown>
<Size code="XS">
<Quantity>200</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>200</OutstandingQuantity>
<Price>5.33</Price>
<UPC>885116476402</UPC>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="S">
<Quantity>290</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>290</OutstandingQuantity>
<Price>5.33</Price>
<UPC>885116476419</UPC>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="M">
<Quantity>280</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>280</OutstandingQuantity>
<Price>5.33</Price>
<UPC>885116476426</UPC>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="L">
<Quantity>140</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>140</OutstandingQuantity>
<Price>5.33</Price>
<UPC>885116476433</UPC>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="XL">
<Quantity>90</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>90</OutstandingQuantity>
<Price>5.33</Price>
<UPC>885116476440</UPC>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
</SizeBreakDown>
</Color>
</ColorInfo>
</ItemData>
<DeliverySequences>
<DeliverySequence>
<DeliverySequenceNo>1</DeliverySequenceNo>
<CustomerDeliverySequenceNo>TL9070</CustomerDeliverySequenceNo>
<Quantity>1000</Quantity>
<ColorInfo>
<Color>
<ColorNo>5</ColorNo>
<ColorDescription>athletic gray heather</ColorDescription>
<Quantity>1000</Quantity>
<ProductCharacter>Vertical</ProductCharacter>
<ProductRequestCode>290</ProductRequestCode>
<ProductRequestName>USA National Collection</ProductRequestName>
<SizeBreakDown>
<Size code="XS">
<Quantity>200</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>200</OutstandingQuantity>
<Price>5.33</Price>
<SKUCode>001</SKUCode>
<UPC>885116476402</UPC>
<OuterCartonPackFactor>40</OuterCartonPackFactor>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="S">
<Quantity>290</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>290</OutstandingQuantity>
<Price>5.33</Price>
<SKUCode>002</SKUCode>
<UPC>885116476419</UPC>
<OuterCartonPackFactor>40</OuterCartonPackFactor>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="M">
<Quantity>280</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>280</OutstandingQuantity>
<Price>5.33</Price>
<SKUCode>003</SKUCode>
<UPC>885116476426</UPC>
<OuterCartonPackFactor>40</OuterCartonPackFactor>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="L">
<Quantity>140</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>140</OutstandingQuantity>
<Price>5.33</Price>
<SKUCode>004</SKUCode>
<UPC>885116476433</UPC>
<OuterCartonPackFactor>40</OuterCartonPackFactor>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
<Size code="XL">
<Quantity>90</Quantity>
<ShippedQuantity>0</ShippedQuantity>
<OutstandingQuantity>90</OutstandingQuantity>
<Price>5.33</Price>
<SKUCode>005</SKUCode>
<UPC>885116476440</UPC>
<OuterCartonPackFactor>40</OuterCartonPackFactor>
<Surcharge>0</Surcharge>
<UnitDiscount>0</UnitDiscount>
<PackingUnit>Piece</PackingUnit>
</Size>
</SizeBreakDown>
</Color>
</ColorInfo>
<DeliveryInfo>
<DeliveryTermCode>FOB</DeliveryTermCode>
<DeliveryTermDescription>Free On Board</DeliveryTermDescription>
<DirectDeliveryFlag>false</DirectDeliveryFlag>
<DeliveryAddress>
<AddressCode>USPUA068</AddressCode>
<Company1>PNA/BII</Company1>
<Street1>C/O Brookvale International</Street1>
<Street2>20943 South Maciel Avenue</Street2>
<City>Carson</City>
<State>CA</State>
<Country>United States (U.S.A.)</Country>
<ZipCode>90810</ZipCode>
</DeliveryAddress>
<LabelAddress>
<LabelAddressLine1>PNA/BII</LabelAddressLine1>
<LabelAddressLine3>C/O Brookvale International 20943 South Maciel Avenue</LabelAddressLine3>
<LabelAddressLine4>90810 Carson CA</LabelAddressLine4>
<LabelAddressLine5>United States (U.S.A.)</LabelAddressLine5>
</LabelAddress>
</DeliveryInfo>
<ShippingInstructionsInfo>
<CustomsInfo>
<Customs>
<CustomsNo>1</CustomsNo>
<HarmonisedSystemNo>610610</HarmonisedSystemNo>
<NotHarmonisedSystemNo>0010</NotHarmonisedSystemNo>
</Customs>
</CustomsInfo>
<PackingInfo>
<PackingInstr/>
<LabelIdentificationNo>01</LabelIdentificationNo>
<LabelIdentificationDescription>PNA</LabelIdentificationDescription>
</PackingInfo>
<ShippingInstrInfo>
<PortOfOrigin>Guangzhou</PortOfOrigin>
<PortOfDestination>LOS ANGELES</PortOfDestination>
<Carrier>Maersk</Carrier>
<ShippingModeCode>SEA</ShippingModeCode>
<ShippingModeDescription>SEAFREIGHT</ShippingModeDescription>
</ShippingInstrInfo>
<ShippingMarksInfo>
<ShippingMarks>GSI</ShippingMarks>
</ShippingMarksInfo>
<RequiredDocsInfo>
<RequiredDocuments>GSI</RequiredDocuments>
</RequiredDocsInfo>
<SpecialInstrInfo>
<SpecialInstructions>GSI</SpecialInstructions>
</SpecialInstrInfo>
</ShippingInstructionsInfo>
</DeliverySequence>
</DeliverySequences>
<PaymentData>
<PaymentInfo>
<PaymentMethodCode>TT</PaymentMethodCode>
<PaymentMethodDescription>Telegraphic Transfer</PaymentMethodDescription>
<PaymentTermsCode>028</PaymentTermsCode>
<PaymentTermsDescription>Within 30 days from document acknowledge receipt / courier despatch</PaymentTermsDescription>
<InvoiceAddress>
<AddressCode>USPUA001</AddressCode>
<Company1>Puma North America Inc.</Company1>
<Street1>10 Lyberty Way</Street1>
<City>Westford</City>
<State>MA</State>
<Country>United States (U.S.A.)</Country>
<ZipCode>01886</ZipCode>
</InvoiceAddress>
<DiscountPercentage>0</DiscountPercentage>
<DiscountValue>0</DiscountValue>
<LCValue>0</LCValue>
<Commission>0</Commission>
<DebtorCode>USPUA</DebtorCode>
</PaymentInfo>
</PaymentData>
<ProductLabelInfo>
<OptProdLabelInfo>
<OptProdLabels>
<OptProdLabelCode>1</OptProdLabelCode>
<OptProdLabelCodeDesc>POL 00001 - Without Optional Labels</OptProdLabelCodeDesc>
</OptProdLabels>
</OptProdLabelInfo>
</ProductLabelInfo>
</Body>
</PurchaseOrder>
</PurchaseOrderBatch>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: