teiid SVN: r1826 - in branches/JCA/connectors: connector-xml/src/main/java/com/metamatrix/connector/xml and 32 other directories.
by teiid-commitsï¼ lists.jboss.org
Author: rareddy
Date: 2010-02-15 15:10:18 -0500 (Mon, 15 Feb 2010)
New Revision: 1826
Added:
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/BaseXMLConnectorState.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/SecureConnectorState.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/StatefulConnector.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/TrustedPayloadHandler.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/XMLConnection.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/XMLConnectorState.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/base/
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/base/SecureConnectorStateImpl.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/base/TrustedPayloadBridge.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/base/XMLConnectionImpl.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/base/XMLConnector.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/base/XMLConnectorStateImpl.java
branches/JCA/connectors/connector-xml-http/src/test/java/org/teiid/connector/xml/base/
branches/JCA/connectors/connector-xml-http/src/test/java/org/teiid/connector/xml/base/TestXMLConnectorState.java
branches/JCA/connectors/connector-xml-soap/src/main/java/org/teiid/connector/xml/SOAPConnectorState.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLRelationalExecution.java
branches/JCA/connectors/connector-xmlsource-file/src/main/java/org/teiid/connector/xmlsource/file/FileResultSetExecution.java
branches/JCA/connectors/connector-xmlsource-file/src/test/java/org/teiid/connector/xml/
branches/JCA/connectors/connector-xmlsource-file/src/test/java/org/teiid/connector/xml/TestCachingFileConnector.java
branches/JCA/connectors/connector-xmlsource-file/src/test/java/org/teiid/connector/xml/TestXMLConnector.java
branches/JCA/connectors/connector-xmlsource-file/src/test/java/org/teiid/connector/xml/file/
branches/JCA/connectors/connector-xmlsource-file/src/test/java/org/teiid/connector/xml/file/FakeFileManagedConnectionfactory.java
branches/JCA/connectors/connector-xmlsource-file/src/test/java/org/teiid/connector/xml/file/TestCachingFileConnectorLong.java
branches/JCA/connectors/connector-xmlsource-file/src/test/java/org/teiid/connector/xml/file/TestFileConnector.java
branches/JCA/connectors/connector-xmlsource-file/src/test/java/org/teiid/connector/xml/file/TestFileConnectorLong.java
branches/JCA/connectors/connector-xmlsource-file/src/test/resources/documents/
branches/JCA/connectors/connector-xmlsource-file/src/test/resources/documents/File/
branches/JCA/connectors/connector-xmlsource-file/src/test/resources/documents/File/po_list.xmi
branches/JCA/connectors/connector-xmlsource-file/src/test/resources/documents/File/purchaseOrder.xmi
branches/JCA/connectors/connector-xmlsource-file/src/test/resources/documents/File/purchase_orders.vdb
branches/JCA/connectors/connector-xmlsource-file/src/test/resources/documents/purchaseOrders.xml
branches/JCA/connectors/connector-xmlsource-file/src/test/resources/documents/purchaseOrdersShort.xml
branches/JCA/connectors/connector-xmlsource-file/src/test/resources/documents/purchase_orders.vdb
branches/JCA/connectors/connector-xmlsource-soap/src/main/java/org/teiid/connector/xmlsource/soap/BaseRequest.java
branches/JCA/connectors/connector-xmlsource-soap/src/main/java/org/teiid/connector/xmlsource/soap/SOAPRequest.java
branches/JCA/connectors/connector-xmlsource-soap/src/main/java/org/teiid/connector/xmlsource/soap/SOAPResultSetExecution.java
branches/JCA/connectors/connector-xmlsource-soap/src/main/java/org/teiid/connector/xmlsource/soap/SoapProcedureExecution.java
branches/JCA/connectors/connector-xmlsource-soap/src/main/java/org/teiid/connector/xmlsource/soap/SoapRequest.java
Removed:
branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/TestCachingFileConnector.java
branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/TestXMLConnector.java
branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/FakeFileManagedConnectionfactory.java
branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/TestCachingFileConnectorLong.java
branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/TestFileConnector.java
branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/TestFileConnectorLong.java
branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/TestFileConnectorState.java
branches/JCA/connectors/connector-xml-file/src/test/resources/documents/File/po_list.xmi
branches/JCA/connectors/connector-xml-file/src/test/resources/documents/File/purchaseOrder.xmi
branches/JCA/connectors/connector-xml-file/src/test/resources/documents/File/purchase_orders.vdb
branches/JCA/connectors/connector-xml-file/src/test/resources/documents/purchaseOrders.xml
branches/JCA/connectors/connector-xml-file/src/test/resources/documents/purchaseOrdersShort.xml
branches/JCA/connectors/connector-xml-file/src/test/resources/documents/purchase_orders.vdb
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/BaseXMLConnectorState.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/DocumentProducer.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SOAPConnectorState.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SecureConnectorState.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/StatefulConnector.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/TrustedPayloadHandler.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLConnection.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLConnectorState.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/AbstractCachingConnector.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LoggingConnector.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/NoExtendedFilters.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/NoQueryPreprocessing.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/PluggableInputStreamFilterImpl.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/SecureConnectorStateImpl.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/TrustedPayloadBridge.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnectionImpl.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnector.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnectorStateImpl.java
branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLConnectorState.java
branches/JCA/connectors/connector-xmlsource-soap/src/main/java/org/teiid/connector/xmlsource/soap/SoapExecution.java
Modified:
branches/JCA/connectors/connector-xml-file/src/main/java/org/teiid/connector/xml/file/FileExecution.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/http/BaseRequest.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/http/DefaultTrustDeserializer.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/http/HTTPConnectionImpl.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/http/HTTPConnectorState.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/http/HTTPExecution.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/http/HTTPExecutor.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/http/HTTPManagedConnectionFactory.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/http/HTTPRequest.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/http/HTTPRequestor.java
branches/JCA/connectors/connector-xml-http/src/main/java/org/teiid/connector/xml/http/HTTPTrustDeserializer.java
branches/JCA/connectors/connector-xml-http/src/test/java/org/teiid/connector/xml/http/FakeHttpProperties.java
branches/JCA/connectors/connector-xml-soap/src/main/java/org/teiid/connector/xml/soap/DefaultSoapTrustDeserializer.java
branches/JCA/connectors/connector-xml-soap/src/main/java/org/teiid/connector/xml/soap/SOAPConnectionImpl.java
branches/JCA/connectors/connector-xml-soap/src/main/java/org/teiid/connector/xml/soap/SOAPConnectorState.java
branches/JCA/connectors/connector-xml-soap/src/main/java/org/teiid/connector/xml/soap/SOAPConnectorStateImpl.java
branches/JCA/connectors/connector-xml-soap/src/main/java/org/teiid/connector/xml/soap/SOAPDocBuilder.java
branches/JCA/connectors/connector-xml-soap/src/main/java/org/teiid/connector/xml/soap/SOAPExecution.java
branches/JCA/connectors/connector-xml-soap/src/main/java/org/teiid/connector/xml/soap/SOAPExecutor.java
branches/JCA/connectors/connector-xml-soap/src/main/java/org/teiid/connector/xml/soap/SOAPManagedConnectionFactory.java
branches/JCA/connectors/connector-xml-soap/src/main/java/org/teiid/connector/xml/soap/SOAPRequest.java
branches/JCA/connectors/connector-xml-soap/src/test/java/org/teiid/connector/xml/soap/TestSOAPConnectorState.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/Document.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/IQueryPreprocessor.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLExecution.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/DocumentBuilder.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/ExecutionInfo.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/QueryAnalyzer.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLBaseManagedConnectionFactory.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/BaseStreamingExecution.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/DocumentImpl.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/ReaderFactory.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/StreamingResultsProducer.java
branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/StreamingRowCollector.java
branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockQueryPreprocessor.java
branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/TestElementCollector.java
branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/TestXMLReaderFactory.java
branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestExecutionInfo.java
branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestQueryAnalyzer.java
branches/JCA/connectors/connector-xmlsource-file/pom.xml
branches/JCA/connectors/connector-xmlsource-file/src/main/java/org/teiid/connector/xmlsource/file/FileConnection.java
branches/JCA/connectors/connector-xmlsource-file/src/main/java/org/teiid/connector/xmlsource/file/FileConnector.java
branches/JCA/connectors/connector-xmlsource-file/src/main/java/org/teiid/connector/xmlsource/file/FileManagedConnectionFactory.java
branches/JCA/connectors/connector-xmlsource-file/src/main/java/org/teiid/connector/xmlsource/file/FileProcedureExecution.java
branches/JCA/connectors/connector-xmlsource-file/src/main/java/org/teiid/connector/xmlsource/file/FileSourceCapabilities.java
branches/JCA/connectors/connector-xmlsource-file/src/main/rar/META-INF/ra.xml
branches/JCA/connectors/connector-xmlsource-file/src/main/resources/org/teiid/connector/xmlsource/i18n.properties
branches/JCA/connectors/connector-xmlsource-soap/pom.xml
branches/JCA/connectors/connector-xmlsource-soap/src/main/java/org/teiid/connector/xmlsource/XMLSourcePlugin.java
branches/JCA/connectors/connector-xmlsource-soap/src/main/java/org/teiid/connector/xmlsource/soap/SoapConnection.java
branches/JCA/connectors/connector-xmlsource-soap/src/main/java/org/teiid/connector/xmlsource/soap/SoapManagedConnectionFactory.java
branches/JCA/connectors/connector-xmlsource-soap/src/main/rar/META-INF/ra.xml
branches/JCA/connectors/pom.xml
Log:
TEIID-861: Merging xml-relational file, soap connectors into xml source connectors.
Deleted: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/BaseXMLConnectorState.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/BaseXMLConnectorState.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/BaseXMLConnectorState.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,43 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-
-
-package com.metamatrix.connector.xml;
-
-
-import org.teiid.connector.api.ConnectorException;
-import org.teiid.connector.api.ConnectorLogger;
-
-import com.metamatrix.connector.xml.base.XMLBaseManagedConnectionFactory;
-
-public interface BaseXMLConnectorState {
-
- public abstract java.util.Properties getState();
-
- public abstract void setState(XMLBaseManagedConnectionFactory env) throws ConnectorException;
-
- public abstract void setLogger(ConnectorLogger logger);
-
- public abstract ConnectorLogger getLogger();
-
-}
Modified: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/Document.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/Document.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/Document.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,10 +1,11 @@
package com.metamatrix.connector.xml;
import java.io.InputStream;
+import java.sql.SQLException;
public interface Document {
- public InputStream getStream();
+ public InputStream getStream() throws SQLException;
public String getCachekey();
Deleted: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/DocumentProducer.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/DocumentProducer.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/DocumentProducer.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,32 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-
-package com.metamatrix.connector.xml;
-
-/**
- * Implementations are responsible for implementing these functions and providing an appropriate getter
- * for the "Document" it will produce.
- */
-public interface DocumentProducer
-{
-}
Modified: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/IQueryPreprocessor.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/IQueryPreprocessor.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/IQueryPreprocessor.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -25,7 +25,6 @@
package com.metamatrix.connector.xml;
import org.teiid.connector.api.ConnectorEnvironment;
-import org.teiid.connector.api.ConnectorLogger;
import org.teiid.connector.api.ExecutionContext;
import org.teiid.connector.language.IQuery;
import org.teiid.connector.metadata.runtime.RuntimeMetadata;
@@ -42,6 +41,6 @@
* @param m_metadata the runtime metadata
* @return an IQuery object representing the altered query
*/
- public IQuery preprocessQuery(IQuery query, RuntimeMetadata m_metadata, ExecutionContext exeContext, ConnectorEnvironment connectorEnv, ConnectorLogger m_logger);
+ public IQuery preprocessQuery(IQuery query, RuntimeMetadata m_metadata, ExecutionContext exeContext, ConnectorEnvironment config);
}
Deleted: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SOAPConnectorState.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SOAPConnectorState.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SOAPConnectorState.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,34 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-
-
-package com.metamatrix.connector.xml;
-
-public interface SOAPConnectorState extends BaseXMLConnectorState {
-
- public abstract boolean isEncoded();
-
- public abstract boolean isRPC();
-
- public abstract boolean isExceptionOnFault();
-}
\ No newline at end of file
Deleted: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SecureConnectorState.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SecureConnectorState.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/SecureConnectorState.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,38 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-
-
-package com.metamatrix.connector.xml;
-
-import org.teiid.connector.api.ConnectorException;
-
-public interface SecureConnectorState {
-
- public static final String SECURITY_DESERIALIZER_CLASS = "TrustDeserializerClass"; //$NON-NLS-1$
-
- public abstract String getSecurityDeserializerClass();
-
- public abstract TrustedPayloadHandler getTrustDeserializerInstance()
- throws ConnectorException;
-
-}
\ No newline at end of file
Deleted: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/StatefulConnector.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/StatefulConnector.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/StatefulConnector.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,40 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-
-
-package com.metamatrix.connector.xml;
-
-import org.teiid.connector.api.Connector;
-import org.teiid.connector.api.ConnectorEnvironment;
-import org.teiid.connector.api.ConnectorLogger;
-
-
-public interface StatefulConnector extends Connector {
-
- public abstract ConnectorLogger getLogger();
-
- public abstract ConnectorEnvironment getEnvironment();
-
- public abstract XMLConnectorState getState();
-
-}
\ No newline at end of file
Deleted: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/TrustedPayloadHandler.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/TrustedPayloadHandler.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/TrustedPayloadHandler.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,50 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-
-
-package com.metamatrix.connector.xml;
-
-import javax.security.auth.Subject;
-
-import org.teiid.connector.api.ConnectorEnvironment;
-import org.teiid.connector.api.ConnectorLogger;
-
-
-public interface TrustedPayloadHandler {
-
- public String getUser();
-
- public String getPassword();
-
- public void setLogger(ConnectorLogger logger);
-
- public void setSubject(Subject subject);
-
- public void setConnectorEnvironment(ConnectorEnvironment connEnv);
-
- public void processPayloads() throws Exception;
-
- public void setUser(String userName);
-
- public void setPassword(String password);
-}
Deleted: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLConnection.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLConnection.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLConnection.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,39 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-
-
-package com.metamatrix.connector.xml;
-
-import org.teiid.connector.api.Connection;
-import org.teiid.connector.api.ConnectorException;
-
-import com.metamatrix.connector.xml.base.XMLBaseManagedConnectionFactory;
-
-public interface XMLConnection extends Connection {
-
- public XMLConnectorState getState();
-
- public XMLBaseManagedConnectionFactory getConnectorEnv();
-
- public TrustedPayloadHandler getTrustedPayloadHandler() throws ConnectorException;
-}
Deleted: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLConnectorState.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLConnectorState.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLConnectorState.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,56 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-
-package com.metamatrix.connector.xml;
-
-import java.sql.SQLXML;
-import java.util.Map;
-
-import org.teiid.connector.api.Connection;
-import org.teiid.connector.api.ConnectorCapabilities;
-import org.teiid.connector.api.ConnectorException;
-
-public interface XMLConnectorState extends BaseXMLConnectorState {
-
- public static final String STATE_CLASS_PROP = "ConnectorStateClass"; //$NON-NLS-1$
-
- public abstract boolean isPreprocess();
-
- public abstract ConnectorCapabilities getConnectorCapabilities();
-
- public abstract boolean isLogRequestResponse();
-
- public abstract SAXFilterProvider getSAXFilterProvider();
-
- public abstract IQueryPreprocessor getPreprocessor();
-
- public abstract Connection getConnection(StatefulConnector connector)
- throws ConnectorException;
-
- public String getPluggableInputStreamFilterClass();
-
- public boolean isCaching();
-
- public Map<String, SQLXML> getResponses();
-
-}
\ No newline at end of file
Modified: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLExecution.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLExecution.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLExecution.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -23,7 +23,6 @@
package com.metamatrix.connector.xml;
import org.teiid.connector.api.ConnectorException;
-import org.teiid.connector.api.ExecutionContext;
import org.teiid.connector.api.ResultSetExecution;
/**
@@ -48,11 +47,6 @@
*
*/
public interface XMLExecution extends ResultSetExecution {
-
- public XMLConnection getConnection();
-
- public ExecutionContext getExeContext();
-
/**
* Gets all the ResultProducers for a single query.
* This could be any number or results and is implementation dependent.
Added: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLRelationalExecution.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLRelationalExecution.java (rev 0)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/XMLRelationalExecution.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -0,0 +1,31 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
+package com.metamatrix.connector.xml;
+
+import org.teiid.connector.api.ConnectorException;
+
+import com.metamatrix.connector.xml.base.ExecutionInfo;
+
+public interface XMLRelationalExecution extends XMLExecution {
+ ExecutionInfo getExecutionInfo();
+ SAXFilterProvider getSaxFilterProvider() throws ConnectorException;
+}
Deleted: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/AbstractCachingConnector.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/AbstractCachingConnector.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/AbstractCachingConnector.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,46 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.xml.base;
-
-import org.teiid.connector.api.ConnectorEnvironment;
-import org.teiid.connector.api.ConnectorException;
-
-//TODO This class used to hold the internal connector cache.
-// I'm leaving it here so I can add cachein at a scope other than REQUEST.
-
-public abstract class AbstractCachingConnector extends LoggingConnector {
-
- public AbstractCachingConnector() {
- super();
- }
-
- @Override
- public void initialize(ConnectorEnvironment env) throws ConnectorException {
- super.initialize(env);
- }
-
- public void stop()
- {
- //Nothing to do here
- }
-}
Modified: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/DocumentBuilder.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/DocumentBuilder.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/DocumentBuilder.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -62,8 +62,7 @@
return outputDocToString(doc);
}
- public Document buildDocument(List contents, String topLevelXPath,
- String nsDecl) throws ConnectorException {
+ public Document buildDocument(List contents, String topLevelXPath, String nsDecl) throws ConnectorException {
Document doc = null;
setNamespaces(nsDecl);
// assemble table-level elements
@@ -71,13 +70,10 @@
try {
curElement = makeElement(curElement, topLevelXPath, false);
} catch(IllegalNameException ex) {
- ConnectorException ce = new ConnectorException(topLevelXPath + " is not a valid XPath for the root request node." +
- "Change the Request table " + PARM_INPUT_XPATH_TABLE_PROPERTY_NAME);
- throw ce;
+ throw new ConnectorException(topLevelXPath + " is not a valid XPath for the root request node." + "Change the Request table " + PARM_INPUT_XPATH_TABLE_PROPERTY_NAME);
}
if (curElement == null) {
- throw new ConnectorException(Messages
- .getString("HTTPExecutor.root.element.required")); //$NON-NLS-1$
+ throw new ConnectorException(Messages.getString("HTTPExecutor.root.element.required")); //$NON-NLS-1$
}
doc = makeTableLevelElements(curElement);
Modified: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/ExecutionInfo.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/ExecutionInfo.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/ExecutionInfo.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -48,97 +48,95 @@
// This case is now satified within the execute call by making a single call to Executor.getResult()
// for each paramter of the IN clause.
- private List m_columns;
- private int m_columnCount;
- private List<CriteriaDesc> m_params;
- private List<CriteriaDesc> m_criteria;
- private Properties m_otherProps;
- private String m_tablePath;
- private String m_location;
- private Map<String, String> m_prefixToNamespace;
- private Map<String, String> m_namespaceToPrefix;
+ private List columns;
+ private int columnCount;
+ private List<CriteriaDesc> params;
+ private List<CriteriaDesc> criteria;
+ private Properties otherProps;
+ private String tablePath;
+ private String location;
+ private Map<String, String> prefixToNamespace;
+ private Map<String, String> namespaceToPrefix;
public ExecutionInfo() {
- m_columnCount = 0;
- m_columns = new ArrayList();
- m_params = new ArrayList<CriteriaDesc>();
- m_criteria = new ArrayList<CriteriaDesc>();
- m_otherProps = new Properties();
- m_tablePath = ""; //$NON-NLS-1$
+ this.columnCount = 0;
+ this.columns = new ArrayList();
+ this.params = new ArrayList<CriteriaDesc>();
+ this.criteria = new ArrayList<CriteriaDesc>();
+ this.otherProps = new Properties();
+ this.tablePath = ""; //$NON-NLS-1$
}
public String getTableXPath() {
- return m_tablePath;
+ return this.tablePath;
}
- public String getLocation()
- {
- return m_location;
+ public String getLocation() {
+ return this.location;
}
public List getRequestedColumns() {
- return m_columns;
+ return this.columns;
}
public int getColumnCount() {
- return m_columnCount;
+ return this.columnCount;
}
public List<CriteriaDesc> getParameters() {
- return m_params;
+ return this.params;
}
public List<CriteriaDesc> getCriteria() {
- return m_criteria;
+ return this.criteria;
}
public Properties getOtherProperties() {
- return m_otherProps;
+ return this.otherProps;
}
public void setTableXPath(String path) {
if (path == null || path.trim().length() == 0) {
- m_tablePath = null;
+ this.tablePath = null;
} else {
- m_tablePath = path;
+ this.tablePath = path;
}
}
- public void setLocation(String location)
- {
- m_location = location;
+ public void setLocation(String location) {
+ this.location = location;
}
- public void setRequestedColumns(List columns) {
- m_columns = columns;
+ public void setRequestedColumns(List value) {
+ this.columns = value;
}
public void setColumnCount(int count) {
- m_columnCount = count;
+ this.columnCount = count;
}
- public void setParameters(List<CriteriaDesc> params) {
- m_params = params;
+ public void setParameters(List<CriteriaDesc> parameters) {
+ this.params = parameters;
}
public void setCriteria(List<CriteriaDesc> criteria) {
- m_criteria = criteria;
+ this.criteria = criteria;
}
public void setOtherProperties(Properties props) {
if (props == null) {
- m_otherProps = new Properties();
+ this.otherProps = new Properties();
} else {
- m_otherProps = props;
+ this.otherProps = props;
}
}
@@ -147,7 +145,7 @@
// than one. We could enforce this with a real metamodel.
public CriteriaDesc getResponseIDCriterion() {
CriteriaDesc result = null;
- Iterator iter = m_params.iterator();
+ Iterator iter = this.params.iterator();
while(iter.hasNext()) {
CriteriaDesc criterion = (CriteriaDesc)iter.next();
if(criterion.isResponseId()) {
@@ -159,24 +157,22 @@
}
public Map<String, String> getNamespaceToPrefixMap() throws ConnectorException {
- if(null != m_namespaceToPrefix) {
- return m_namespaceToPrefix;
+ if(this.namespaceToPrefix != null) {
+ return this.namespaceToPrefix;
}
getPrefixToNamespacesMap();
- return m_namespaceToPrefix;
+ return this.namespaceToPrefix;
}
public Map<String, String> getPrefixToNamespacesMap() throws ConnectorException {
- if (null != m_prefixToNamespace) {
- return m_prefixToNamespace;
+ if (this.prefixToNamespace != null) {
+ return this.prefixToNamespace;
}
- m_prefixToNamespace = new HashMap<String, String>();
- m_namespaceToPrefix = new HashMap<String, String>();
- String namespacePrefixes = getOtherProperties().getProperty(
- Constants.NAMESPACE_PREFIX_PROPERTY_NAME);
- if (namespacePrefixes == null
- || namespacePrefixes.trim().length() == 0) {
+ this.prefixToNamespace = new HashMap<String, String>();
+ this.namespaceToPrefix = new HashMap<String, String>();
+ String namespacePrefixes = getOtherProperties().getProperty(Constants.NAMESPACE_PREFIX_PROPERTY_NAME);
+ if (namespacePrefixes == null || namespacePrefixes.trim().length() == 0) {
return null;
}
String prefix = null;
@@ -193,12 +189,11 @@
Namespace namespace = (Namespace) o;
prefix = namespace.getPrefix();
uri = namespace.getURI();
- m_prefixToNamespace.put(prefix, uri);
- m_namespaceToPrefix.put(uri, prefix);
+ this.prefixToNamespace.put(prefix, uri);
+ this.namespaceToPrefix.put(uri, prefix);
}
} catch (JDOMException e) {
- String rawMsg = Messages
- .getString("Executor.jaxen.error.on.namespace.pairs"); //$NON-NLS-1$
+ String rawMsg = Messages.getString("Executor.jaxen.error.on.namespace.pairs"); //$NON-NLS-1$
Object[] objs = new Object[2];
objs[0] = prefix;
objs[1] = uri;
@@ -207,6 +202,6 @@
} catch (IOException e) {
throw new ConnectorException(e, e.getMessage());
}
- return m_prefixToNamespace;
+ return this.prefixToNamespace;
}
}
Deleted: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LoggingConnector.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LoggingConnector.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/LoggingConnector.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,84 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.xml.base;
-
-import org.teiid.connector.api.ConnectorEnvironment;
-import org.teiid.connector.api.ConnectorException;
-import org.teiid.connector.api.ConnectorLogger;
-import org.teiid.connector.basic.BasicConnector;
-
-import com.metamatrix.connector.xml.StatefulConnector;
-import com.metamatrix.connector.xml.XMLConnectorState;
-
-public abstract class LoggingConnector extends BasicConnector implements StatefulConnector {
-
- protected ConnectorLogger m_logger;
- protected XMLBaseManagedConnectionFactory m_environment;
- protected XMLConnectorState m_state;
-
- @Override
- public void initialize(ConnectorEnvironment environment) throws ConnectorException {
- m_logger = environment.getLogger();
- m_environment = (XMLBaseManagedConnectionFactory)environment;
- m_state = createState(m_environment);
- }
-
- /**
- * @see com.metamatrix.connector.xml.base.StatefulConnector#getLogger()
- */
- public ConnectorLogger getLogger() {
- return m_logger;
- }
-
- /* (non-Javadoc)
- * @see com.metamatrix.connector.xml.base.StatefulConnector#getEnvironment()
- */
- public XMLBaseManagedConnectionFactory getEnvironment() {
- return m_environment;
- }
-
- /* (non-Javadoc)
- * @see com.metamatrix.connector.xml.base.StatefulConnector#getState()
- */
- public XMLConnectorState getState() {
- return m_state;
- }
-
- private XMLConnectorState createState(XMLBaseManagedConnectionFactory env) throws ConnectorException {
- String stateClassName = env.getConnectorStateClass();
- XMLConnectorState state = null;
- try {
- Class clazz = Thread.currentThread().getContextClassLoader().loadClass(stateClassName);
- state = (XMLConnectorState) clazz.newInstance();
- state.setLogger(this.getLogger());
- state.setState(env);
- } catch (Exception e) {
- ConnectorException ce = new ConnectorException(Messages.getString("XMLConnector.could.not.create.state") //$NON-NLS-1$
- + stateClassName);
- ce.initCause(e);
- throw ce;
- }
- return state;
- }
-
-}
Deleted: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/NoExtendedFilters.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/NoExtendedFilters.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/NoExtendedFilters.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,34 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.xml.base;
-
-import org.xml.sax.helpers.XMLFilterImpl;
-
-import com.metamatrix.connector.xml.SAXFilterProvider;
-
-public class NoExtendedFilters implements SAXFilterProvider {
-
- public XMLFilterImpl[] getExtendedFilters() {
- return new XMLFilterImpl[0];
- }
-}
Deleted: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/NoQueryPreprocessing.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/NoQueryPreprocessing.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/NoQueryPreprocessing.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,41 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-
-
-package com.metamatrix.connector.xml.base;
-
-import org.teiid.connector.api.ConnectorEnvironment;
-import org.teiid.connector.api.ConnectorLogger;
-import org.teiid.connector.api.ExecutionContext;
-import org.teiid.connector.language.IQuery;
-import org.teiid.connector.metadata.runtime.RuntimeMetadata;
-
-import com.metamatrix.connector.xml.IQueryPreprocessor;
-
-public class NoQueryPreprocessing implements IQueryPreprocessor {
-
- public IQuery preprocessQuery(IQuery query, RuntimeMetadata m_metadata, ExecutionContext exeContext, ConnectorEnvironment connectorEnv, ConnectorLogger m_logger) {
- return query;
- }
-
-}
Deleted: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/PluggableInputStreamFilterImpl.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/PluggableInputStreamFilterImpl.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/PluggableInputStreamFilterImpl.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,55 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.xml.base;
-
-import java.io.FilterInputStream;
-import java.io.IOException;
-import java.io.InputStream;
-
-import org.teiid.connector.api.ConnectorLogger;
-
-
-public class PluggableInputStreamFilterImpl extends FilterInputStream {
-
- public PluggableInputStreamFilterImpl(InputStream in, ConnectorLogger logger) {
- super(in);
- }
-
- @Override
- public int read() throws IOException
- {
- return in.read();
- }
-
- @Override
- public int read(byte[] b) throws IOException
- {
- return in.read(b);
- }
-
- @Override
- public int read(byte[] b, int off, int len) throws IOException
- {
- return in.read(b, off, len);
- }
-}
Modified: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/QueryAnalyzer.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/QueryAnalyzer.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/QueryAnalyzer.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -27,10 +27,7 @@
import java.util.Iterator;
import java.util.List;
-import org.teiid.connector.api.ConnectorEnvironment;
import org.teiid.connector.api.ConnectorException;
-import org.teiid.connector.api.ConnectorLogger;
-import org.teiid.connector.api.ExecutionContext;
import org.teiid.connector.language.IElement;
import org.teiid.connector.language.IExpression;
import org.teiid.connector.language.IFrom;
@@ -42,92 +39,46 @@
import org.teiid.connector.language.ISelectSymbol;
import org.teiid.connector.metadata.runtime.Element;
import org.teiid.connector.metadata.runtime.Group;
-import org.teiid.connector.metadata.runtime.RuntimeMetadata;
-import com.metamatrix.connector.xml.IQueryPreprocessor;
-
public class QueryAnalyzer {
- private IQuery m_query;
-
- private IQueryPreprocessor preprocessor;
+ private IQuery command;
+ private Group table;
+ private ExecutionInfo executionInfo;
- private RuntimeMetadata m_metadata;
-
- private Group m_table;
-
- private ExecutionInfo m_info;
-
- private ConnectorLogger logger;
-
- private ConnectorEnvironment connectorEnv;
-
- private ExecutionContext exeContext;
-
- public QueryAnalyzer(IQuery query, RuntimeMetadata metadata, IQueryPreprocessor preprocessor,
- ConnectorLogger logger, ExecutionContext exeContext, ConnectorEnvironment connectorEnv) throws ConnectorException {
- setMetaData(metadata);
- setQuery(query);
- setPreprocessor(preprocessor);
- setLogger(logger);
- setExecutionContext(exeContext);
- setConnectorEnvironment(connectorEnv);
- m_info = new ExecutionInfo();
+ public QueryAnalyzer(IQuery query) throws ConnectorException {
+ this.command = query;
+ executionInfo = new ExecutionInfo();
analyze();
}
- private void setConnectorEnvironment(ConnectorEnvironment connectorEnv) {
- this.connectorEnv = connectorEnv;
- }
-
- private void setExecutionContext(ExecutionContext exeContext) {
- this.exeContext = exeContext;
- }
-
- private void setLogger(ConnectorLogger logger) {
- this.logger = logger;
- }
-
- private void setPreprocessor(IQueryPreprocessor preprocessor) {
- this.preprocessor = preprocessor;
- }
-
public final void analyze() throws ConnectorException {
- IQuery newQuery = preprocessor.preprocessQuery(m_query, m_metadata, exeContext, connectorEnv, logger);
- logger.logTrace("XML Connector Framework: executing command: " + newQuery);
- setQuery(newQuery);
setGroupInfo();
setRequestedColumns();
setParametersAndCriteria();
setProperties();
}
- private void setMetaData(RuntimeMetadata metadata) {
- m_metadata = metadata;
- }
- private void setQuery(IQuery query) {
- m_query = query;
- }
public ExecutionInfo getExecutionInfo() {
- return m_info;
+ return this.executionInfo;
}
private void setGroupInfo() throws ConnectorException {
- IFrom from = m_query.getFrom();
+ IFrom from = command.getFrom();
List<IFromItem> fromItems = from.getItems();
//Can only be one because we do not support joins
IGroup group = (IGroup) fromItems.get(0);
- m_table = group.getMetadataObject();
- m_info.setTableXPath(m_table.getNameInSource());
+ this.table = group.getMetadataObject();
+ this.executionInfo.setTableXPath(table.getNameInSource());
}
private void setRequestedColumns() throws ConnectorException {
List<OutputXPathDesc> columns = new ArrayList<OutputXPathDesc>();
//get the request items
- ISelect select = m_query.getSelect();
+ ISelect select = this.command.getSelect();
List<ISelectSymbol> selectSymbols = select.getSelectSymbols();
//setup column numbers
@@ -157,8 +108,8 @@
}
//set the column count
- m_info.setColumnCount(projectedColumnCount);
- m_info.setRequestedColumns(columns);
+ this.executionInfo.setColumnCount(projectedColumnCount);
+ this.executionInfo.setRequestedColumns(columns);
}
private void setParametersAndCriteria() throws ConnectorException {
@@ -174,15 +125,15 @@
ArrayList<CriteriaDesc> locations = new ArrayList<CriteriaDesc>();
//Iterate through each field in the table
- for (Element element : m_table.getChildren()) {
+ for (Element element : table.getChildren()) {
CriteriaDesc criteria = CriteriaDesc.getCriteriaDescForColumn(
- element, m_query);
+ element, command);
if (criteria != null) {
mapCriteriaToColumn(criteria, params, crits, responses, locations);
}
}
- m_info.setParameters(params);
- m_info.setCriteria(crits);
+ this.executionInfo.setParameters(params);
+ this.executionInfo.setCriteria(crits);
String location = null;
for (Iterator<CriteriaDesc> iter = locations.iterator(); iter.hasNext(); ) {
@@ -201,19 +152,18 @@
location = value;
}
}
- m_info.setLocation(location);
+ this.executionInfo.setLocation(location);
}
private void mapCriteriaToColumn(CriteriaDesc criteria, ArrayList<CriteriaDesc> params,
ArrayList<CriteriaDesc> crits, ArrayList<CriteriaDesc> responses, ArrayList<CriteriaDesc> locations) throws ConnectorException {
- int totalColumnCount = m_info.getColumnCount();
+ int totalColumnCount = this.executionInfo.getColumnCount();
//check each criteria to see which projected column it maps to
String criteriaColName = criteria.getColumnName();
boolean matchedField = false;
OutputXPathDesc xpath = null;
- for (int j = 0; j < m_info.getRequestedColumns().size(); j++) {
- xpath = (OutputXPathDesc) m_info
- .getRequestedColumns().get(j);
+ for (int j = 0; j < this.executionInfo.getRequestedColumns().size(); j++) {
+ xpath = (OutputXPathDesc) this.executionInfo.getRequestedColumns().get(j);
String projColName = xpath.getColumnName();
if (criteriaColName.equals(projColName)) {
matchedField = true;
@@ -237,7 +187,7 @@
xpath = new OutputXPathDesc(criteria
.getElement());
xpath.setColumnNumber(totalColumnCount++);
- m_info.getRequestedColumns().add(xpath);
+ this.executionInfo.getRequestedColumns().add(xpath);
}
if (xpath.isResponseId()) {
responses.add(criteria);
@@ -252,11 +202,11 @@
}
private void setProperties() throws ConnectorException {
- m_info.setOtherProperties(m_table.getProperties());
+ this.executionInfo.setOtherProperties(table.getProperties());
}
public List<CriteriaDesc[]> getRequestPerms() {
- return RequestGenerator.getRequests(m_info.getParameters());
+ return RequestGenerator.getRequests(this.executionInfo.getParameters());
}
}
Deleted: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/SecureConnectorStateImpl.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/SecureConnectorStateImpl.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/SecureConnectorStateImpl.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,97 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-
-
-package com.metamatrix.connector.xml.base;
-
-import java.util.Properties;
-
-import org.teiid.connector.api.ConnectorException;
-
-import com.metamatrix.connector.xml.SecureConnectorState;
-import com.metamatrix.connector.xml.TrustedPayloadHandler;
-
-/**
- * Encapsulates the loading of the TrustDeserializerClass for connector
- * implementations that require security.
- *
- */
-public abstract class SecureConnectorStateImpl extends XMLConnectorStateImpl implements SecureConnectorState {
-
- private String securityDeserializerClass;
-
- public SecureConnectorStateImpl() {
- super();
-
- }
-
- @Override
- public void setState(XMLBaseManagedConnectionFactory env) throws ConnectorException {
- super.setState(env);
-
- String secure = env.getTrustDeserializerClass();
- if(secure != null && !secure.equals("")) {
- setSecurityDeserializerClass(secure);
- } else {
- throw new ConnectorException(
- Messages.getString("SecureConnectorStateImpl.empty.trust.deserializer"));
- }
-
- //ensure that we can get it when we need it.
- getTrustDeserializerInstance();
- }
-
- @Override
- public Properties getState() {
- Properties props = super.getState();
- props.setProperty(SECURITY_DESERIALIZER_CLASS, getSecurityDeserializerClass());
- return props;
- }
-
- private void setSecurityDeserializerClass(String secClass) {
- securityDeserializerClass = secClass;
- }
-
- /* (non-Javadoc)
- * @see com.metamatrix.connector.xml.base.SecureConnectorState#getSecurityDeserializerClass()
- */
- public String getSecurityDeserializerClass() {
- return securityDeserializerClass;
- }
-
- /* (non-Javadoc)
- * @see com.metamatrix.connector.xml.base.SecureConnectorState#getTrustDeserializerInstance()
- */
- public TrustedPayloadHandler getTrustDeserializerInstance() throws ConnectorException {
- Object secObj;
- try {
- Class clazz = Thread.currentThread().getContextClassLoader().loadClass(getSecurityDeserializerClass());
- secObj = clazz.newInstance();
- } catch (Exception e) {
- String message = Messages.getString("SecureConnectorStateImpl.error.loading.trust.deserializer");
- throw new ConnectorException(e, message);
- }
- return (TrustedPayloadHandler) secObj;
- }
-
-}
Deleted: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/TrustedPayloadBridge.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/TrustedPayloadBridge.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/TrustedPayloadBridge.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,74 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-
-
-package com.metamatrix.connector.xml.base;
-
-import javax.security.auth.Subject;
-
-import org.teiid.connector.api.ConnectorEnvironment;
-import org.teiid.connector.api.ConnectorLogger;
-
-import com.metamatrix.connector.xml.TrustedPayloadHandler;
-
-public abstract class TrustedPayloadBridge implements TrustedPayloadHandler {
-
- protected String username;
- protected String password;
- protected ConnectorEnvironment connectorEnvorinment;
- protected String m_systemName;
- protected ConnectorLogger m_logger = null;
- protected Subject subject;
-
- public TrustedPayloadBridge() {
- super();
- }
-
- public String getUser() {
- return username;
- }
-
- public String getPassword() {
- return password;
- }
-
- public void setUser(String userName) {
- this.username = userName;
- }
-
- public void setPassword(String password) {
- this.password = password;
- }
-
- public void setConnectorEnvironment(ConnectorEnvironment connEnv) {
- this.connectorEnvorinment = connEnv;
- }
-
- public void setSubject(Subject subject) {
- this.subject = subject;
- }
-
- public void setLogger(ConnectorLogger logger) {
- m_logger = logger;
- }
-}
Modified: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLBaseManagedConnectionFactory.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLBaseManagedConnectionFactory.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLBaseManagedConnectionFactory.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -25,37 +25,7 @@
import org.teiid.connector.basic.BasicManagedConnectionFactory;
public class XMLBaseManagedConnectionFactory extends BasicManagedConnectionFactory {
-
- private String connectorStateClass;
-
- public String getConnectorStateClass() {
- return this.connectorStateClass;
- }
-
- public void setConnectorStateClass(String connectorStateClass) {
- this.connectorStateClass = connectorStateClass;
- }
-
- private boolean cacheEnabled;
-
- public boolean getCacheEnabled() {
- return this.cacheEnabled;
- }
-
- public void setCacheEnabled(Boolean cacheEnabled) {
- this.cacheEnabled = cacheEnabled;
- }
-
- private boolean logRequestResponseDocs;
-
- public boolean getLogRequestResponseDocs() {
- return this.logRequestResponseDocs;
- }
-
- public void setLogRequestResponseDocs(Boolean logRequestResponseDocs) {
- this.logRequestResponseDocs = logRequestResponseDocs;
- }
-
+
private String saxFilterProviderClass;
public String getSaxFilterProviderClass() {
@@ -86,14 +56,4 @@
this.inputStreamFilterClass = inputStreamFilterClass;
}
- private String trustDeserializerClass;
-
- public String getTrustDeserializerClass() {
- return this.trustDeserializerClass;
- }
-
- public void setTrustDeserializerClass(String trustDeserializerClass) {
- this.trustDeserializerClass = trustDeserializerClass;
- }
-
}
Deleted: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnectionImpl.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnectionImpl.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnectionImpl.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,94 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-
-package com.metamatrix.connector.xml.base;
-
-import javax.security.auth.Subject;
-
-import org.teiid.connector.api.ConnectionContext;
-import org.teiid.connector.api.ConnectorException;
-import org.teiid.connector.basic.BasicConnection;
-
-import com.metamatrix.connector.xml.SecureConnectorState;
-import com.metamatrix.connector.xml.StatefulConnector;
-import com.metamatrix.connector.xml.TrustedPayloadHandler;
-import com.metamatrix.connector.xml.XMLConnection;
-import com.metamatrix.connector.xml.XMLConnectorState;
-
-public class XMLConnectionImpl extends BasicConnection implements XMLConnection {
-
- private StatefulConnector connector;
-
- private XMLBaseManagedConnectionFactory connectorEnv;
- private TrustedPayloadHandler payloadHandler;
- private Subject subject;
-
- public XMLConnectionImpl(StatefulConnector connector, XMLBaseManagedConnectionFactory connectorEnv) throws ConnectorException {
- this.connector = connector;
- this.connectorEnv = connectorEnv;
- this.subject = ConnectionContext.getSubject();
- processTrustPayload();
- }
- ///////////////////////////////////////////////////////////////
- //Connection API Implementation
- @Override
- public void close() {
- }
-
- //End Connection API Implementation
- ///////////////////////////////////////////////////////////////
-
- ///////////////////////////////////////////////////////////////
- //XML Connection API Implementation
- public XMLConnectorState getState() {
- return connector.getState();
- }
-
- public StatefulConnector getConnector() {
- return connector;
- }
-
- public TrustedPayloadHandler getTrustedPayloadHandler() {
- return payloadHandler;
- }
-
- //End XML Connection API Implementation
- ///////////////////////////////////////////////////////////////
- private void processTrustPayload() throws ConnectorException {
- if (getState() instanceof SecureConnectorStateImpl) {
- payloadHandler = ((SecureConnectorState)getState()).getTrustDeserializerInstance();
- payloadHandler.setSubject(this.subject);
- payloadHandler.setLogger(connector.getLogger());
- try {
- payloadHandler.processPayloads();
- } catch (Throwable e) {
- String message = Messages.getString("XMLConnectionImpl.exception.processing.trusted.payload");
- throw new ConnectorException(e, message);
- }
- }
- }
-
- public XMLBaseManagedConnectionFactory getConnectorEnv() {
- return connectorEnv;
- }
-}
Deleted: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnector.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnector.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnector.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,65 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-
-package com.metamatrix.connector.xml.base;
-
-import org.teiid.connector.api.Connection;
-import org.teiid.connector.api.ConnectorCapabilities;
-import org.teiid.connector.api.ConnectorEnvironment;
-import org.teiid.connector.api.ConnectorException;
-import org.teiid.connector.api.ConnectorLogger;
-
-
-public class XMLConnector extends AbstractCachingConnector {
-
- public XMLConnector() {
- super();
- }
-
- @Override
- public void initialize(ConnectorEnvironment env) throws ConnectorException {
- super.initialize(env);
- getLogger().logInfo("XML Connector Framework: connector has been started"); //$NON-NLS-1$
- getLogger().logTrace("XML Connector Framework: connector init properties: " + getEnvironment()); //$NON-NLS-1$
- }
-
- @Override
- public void stop() {
- super.stop();
- ConnectorLogger logger = getLogger();
- if(logger != null) {
- getLogger().logInfo("XML Connector Framework: connector has been stopped"); //$NON-NLS-1$
- }
- }
-
- public Connection getConnection() throws ConnectorException {
- if (m_state == null) {
- throw new ConnectorException(Messages.getString("XMLConnector.state.not.set")); //$NON-NLS-1$
- }
- return m_state.getConnection(this);
- }
-
- public ConnectorCapabilities getCapabilities() {
- return getState().getConnectorCapabilities();
- }
-}
Deleted: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnectorStateImpl.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnectorStateImpl.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/base/XMLConnectorStateImpl.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,328 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-
-package com.metamatrix.connector.xml.base;
-
-import java.io.InputStream;
-import java.sql.SQLXML;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Properties;
-import java.util.concurrent.ConcurrentHashMap;
-
-import org.teiid.connector.api.ConnectorCapabilities;
-import org.teiid.connector.api.ConnectorException;
-import org.teiid.connector.api.ConnectorLogger;
-
-import com.metamatrix.connector.xml.IQueryPreprocessor;
-import com.metamatrix.connector.xml.SAXFilterProvider;
-import com.metamatrix.connector.xml.XMLConnectorState;
-import com.metamatrix.core.util.ReflectionHelper;
-
-public abstract class XMLConnectorStateImpl implements Cloneable,
- XMLConnectorState {
-
- private boolean m_preprocess;
-
- private String m_saxProviderClass;
-
- private String m_queryPreprocessorClass;
-
- private boolean m_logRequestResponse;
-
- private String m_pluggableInputStreamFilterClass;
-
- public static final String CACHE_ENABLED = "CacheEnabled"; //$NON-NLS-1$
-
- public static final String LOG_REQUEST_RESPONSE_DOCS = "LogRequestResponseDocs"; //$NON-NLS-1$
-
- public static final String SAX_FILTER_PROVIDER_CLASS = "SaxFilterProviderClass"; //$NON-NLS-1$
-
- public static final String QUERY_PREPROCESS_CLASS = "QueryPreprocessorClass"; //$NON-NLS-1$
-
- public static final String INPUT_STREAM_FILTER_CLASS = "InputStreamFilterClass"; //$NON-NLS-1$
-
- public static final String SAX_FILTER_PROVIDER_CLASS_DEFAULT = "com.metamatrix.connector.xml.base.NoExtendedFilters"; //$NON-NLS-1$
-
- public static final String QUERY_PREPROCESS_CLASS_DEFAULT = "com.metamatrix.connector.xml.base.NoQueryPreprocessing"; //$NON-NLS-1$
-
- private static final String INPUT_STREAM_FILTER_CLASS_DEFAULT = "com.metamatrix.connector.xml.base.PluggableInputStreamFilterImpl"; //$NON-NLS-1$
-
- public static final String CONNECTOR_CAPABILITES = "ConnectorCapabilities";
-
- protected ConnectorLogger logger;
-
- private IQueryPreprocessor preprocessor;
-
- private SAXFilterProvider provider;
-
- private ConnectorCapabilities capabilites;
-
-
- private boolean caching = false;
-
- private Map<String, SQLXML> responses = new ConcurrentHashMap<String, SQLXML>();
-
- public XMLConnectorStateImpl() {
- setPreprocess(true);
- setLogRequestResponse(false);
- setSaxProviderClass(SAX_FILTER_PROVIDER_CLASS_DEFAULT);
- setQueryPreprocessorClass(QUERY_PREPROCESS_CLASS_DEFAULT);
- setPluggableInputStreamFilterClass(INPUT_STREAM_FILTER_CLASS_DEFAULT);
- }
-
- public void setState(XMLBaseManagedConnectionFactory env) throws ConnectorException {
- if (logger == null) {
- throw new RuntimeException("Internal Exception: logger is null");
- }
- setCaching(env.getCacheEnabled());
- setLogRequestResponse(env.getLogRequestResponseDocs());
-
- setCapabilites(loadConnectorCapabilities(env.getCapabilitiesClass()));
-
- String provider = env.getSaxFilterProviderClass();
- if (provider != null && !provider.equals("")) {
- setSaxProviderClass(provider);
- setSAXFilterProvider(loadSAXFilter(getSaxProviderClass()));
- } else {
- throw new ConnectorException(
- "The SAX Filter Privider Class is null or empty");
- }
-
- String preprocessor = env.getQueryPreprocessorClass();
- if (preprocessor != null && !preprocessor.equals("")) {
- setQueryPreprocessorClass(preprocessor);
- setPreprocessor(loadPreprocessor(getQueryPreprocessorClass()));
- } else {
- throw new ConnectorException(
- "The Query Preprocessor Class is null or empty");
- }
-
- String streamFilter = env.getInputStreamFilterClass();
- if(streamFilter != null && !streamFilter.equals("")) {
- setPluggableInputStreamFilterClass(streamFilter);
- }
- }
-
- private void setCaching(Boolean caching) {
- this.caching = caching;
- }
-
- public boolean isCaching() {
- return this.caching;
- }
-
- private ConnectorCapabilities loadConnectorCapabilities(
- String connectorCapabilitiesClass) throws ConnectorException {
- ConnectorCapabilities caps = null;
- try {
- Class clazz = Thread.currentThread().getContextClassLoader().loadClass(connectorCapabilitiesClass);
- caps = (ConnectorCapabilities) clazz.newInstance();
- } catch (Exception e) {
- logger.logError(e.getMessage(), e);
- throw new ConnectorException(e);
- }
- return caps;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see com.metamatrix.connector.xml.base.XMLConnectorState#setLogger(com.metamatrix.data.api.ConnectorLogger)
- */
- public void setLogger(ConnectorLogger logger) {
- this.logger = logger;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see com.metamatrix.connector.xml.base.XMLConnectorState#getLogger()
- */
- public ConnectorLogger getLogger() {
- return logger;
- }
-
- public java.util.Properties getState() {
- Properties props = new Properties();
- props.setProperty(LOG_REQUEST_RESPONSE_DOCS, Boolean
- .toString(isLogRequestResponse()));
- props.setProperty(SAX_FILTER_PROVIDER_CLASS, getSaxProviderClass());
- props.setProperty(QUERY_PREPROCESS_CLASS, getQueryPreprocessorClass());
- return props;
- }
-
- protected boolean isNotNullOrEmpty(String value) {
- return (value != null && !value.equals(""));
- }
-
- private void setPreprocess(boolean preprocess) {
- this.m_preprocess = preprocess;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see com.metamatrix.connector.xml.base.XMLConnectorState#isPreprocess()
- */
- public boolean isPreprocess() {
- return m_preprocess;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see com.metamatrix.connector.xml.base.XMLConnectorState#getConnectorCapabilities()
- */
- public ConnectorCapabilities getConnectorCapabilities() {
- return capabilites;
- }
-
- private void setCapabilites(ConnectorCapabilities capabilities) {
- this.capabilites = capabilities;
- }
-
-
- private void setLogRequestResponse(boolean logRequestResponse) {
- m_logRequestResponse = logRequestResponse;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see com.metamatrix.connector.xml.base.XMLConnectorState#isLogRequestResponse()
- */
- public boolean isLogRequestResponse() {
- return m_logRequestResponse;
- }
-
- private void setSaxProviderClass(String m_saxProviderClass) {
- this.m_saxProviderClass = m_saxProviderClass;
- }
-
- private String getSaxProviderClass() {
- return m_saxProviderClass;
- }
-
- private void setSAXFilterProvider(SAXFilterProvider provider) {
- this.provider = provider;
-
- }
-
- /*
- * (non-Javadoc)
- *
- * @see com.metamatrix.connector.xml.base.XMLConnectorState#getSAXFilterProvider()
- */
- public SAXFilterProvider getSAXFilterProvider() {
- return provider;
- }
-
- private void setQueryPreprocessorClass(String preprocessor) {
- m_queryPreprocessorClass = preprocessor;
- }
-
- private String getQueryPreprocessorClass() {
- return m_queryPreprocessorClass;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see com.metamatrix.connector.xml.base.XMLConnectorState#getPreprocessor()
- */
- public IQueryPreprocessor getPreprocessor() {
- return preprocessor;
- }
-
- private void setPreprocessor(IQueryPreprocessor preprocessor) {
- this.preprocessor = preprocessor;
- }
-
- /**
- * Class loads the Query Preprocessor Implementation class defined in the
- * connector binding.
- */
- private IQueryPreprocessor loadPreprocessor(String queryPreprocessorClass)
- throws ConnectorException {
- IQueryPreprocessor pre = null;
- try {
- Class clazz = Thread.currentThread().getContextClassLoader().loadClass(queryPreprocessorClass);
- pre = (IQueryPreprocessor) clazz.newInstance();
- } catch (Exception e) {
- logger.logError(e.getMessage(), e);
- throw new ConnectorException(e);
- }
- return pre;
- }
-
- /**
- * Class loads the SAX Filter Provider Implementation class defined in the
- * connector binding.
- */
- private SAXFilterProvider loadSAXFilter(String SAXFilterClass)
- throws ConnectorException {
- SAXFilterProvider filter = null;
- try {
- Class clazz = Thread.currentThread().getContextClassLoader().loadClass(SAXFilterClass);
- filter = (SAXFilterProvider) clazz.newInstance();
- } catch (Exception e) {
- logger.logError(e.getMessage(), e);
- throw new ConnectorException(e);
- }
- return filter;
- }
-
- public void setPluggableInputStreamFilterClass(String filterClass) {
- m_pluggableInputStreamFilterClass = filterClass;
- }
-
- public String getPluggableInputStreamFilterClass() {
- return m_pluggableInputStreamFilterClass;
- }
-
- public InputStream addStreamFilters(InputStream stream)
- throws ConnectorException {
-
- if (isLogRequestResponse()) {
- stream = new LoggingInputStreamFilter(stream, logger);
- }
-
- if (getPluggableInputStreamFilterClass() != null) {
- try {
- stream = (InputStream) ReflectionHelper.create(getPluggableInputStreamFilterClass(), new Object[] { stream,
- logger}, new Class[] {
- java.io.InputStream.class,
- ConnectorLogger.class }, Thread.currentThread().getContextClassLoader());
- } catch (Exception cnf) {
- throw new ConnectorException(cnf);
- }
- }
- return stream;
- }
-
- @Override
- public Map<String, SQLXML> getResponses() {
- return this.responses;
- }
-}
Modified: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/BaseStreamingExecution.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/BaseStreamingExecution.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/BaseStreamingExecution.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,70 +1,82 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * See the COPYRIGHT.txt file distributed with this work for information
+ * regarding copyright ownership. Some portions may be licensed
+ * to Red Hat, Inc. under one or more contributor license agreements.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
+ */
package com.metamatrix.connector.xml.streaming;
+import java.sql.SQLXML;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Iterator;
import java.util.List;
-import org.teiid.connector.api.ConnectorEnvironment;
+import javax.xml.transform.Source;
+
+import org.teiid.connector.DataPlugin;
import org.teiid.connector.api.ConnectorException;
-import org.teiid.connector.api.ConnectorLogger;
import org.teiid.connector.api.DataNotAvailableException;
import org.teiid.connector.api.ExecutionContext;
+import org.teiid.connector.basic.BasicManagedConnectionFactory;
import org.teiid.connector.language.IQuery;
import org.teiid.connector.metadata.runtime.RuntimeMetadata;
import com.metamatrix.connector.xml.Document;
-import com.metamatrix.connector.xml.ResultProducer;
-import com.metamatrix.connector.xml.XMLConnection;
-import com.metamatrix.connector.xml.XMLExecution;
-import com.metamatrix.connector.xml.base.ExecutionInfo;
-import com.metamatrix.connector.xml.base.XMLConnectionImpl;
+import com.metamatrix.connector.xml.SAXFilterProvider;
+import com.metamatrix.connector.xml.XMLRelationalExecution;
+import com.metamatrix.connector.xml.base.XMLBaseManagedConnectionFactory;
-public abstract class BaseStreamingExecution implements XMLExecution {
+public abstract class BaseStreamingExecution implements XMLRelationalExecution {
- protected List<String> xpaths;
-
- protected StreamingResultsProducer rowProducer;
-
- protected List<Object[]> results = new ArrayList<Object[]>();
- private int resultIndex;
- private Iterator<Document> streamIter;
-
- // A single query can result in multiple requests to an XML source.
- // Each request is abstracted by a result producer.
- // TODO: Do I really need more than one of theses?
- protected List<ResultProducer> resultProducers = new ArrayList<ResultProducer>();
- private Iterator<ResultProducer> producerIter;
-
- protected ExecutionInfo exeInfo;
+ private List<Object[]> results = new ArrayList<Object[]>();
+ private int resultIndex = 0;
+
+ // injected state
protected IQuery query;
protected RuntimeMetadata metadata;
- protected ExecutionContext exeContext;
- protected ConnectorEnvironment connEnv;
- protected XMLConnectionImpl connection;
- protected ConnectorLogger logger;
+ protected ExecutionContext context;
+ protected XMLBaseManagedConnectionFactory config;
- public BaseStreamingExecution(IQuery command, XMLConnectionImpl conn,
- RuntimeMetadata rtMetadata, ExecutionContext context,
- ConnectorEnvironment env) {
- query = command;
- connection = conn;
- metadata = rtMetadata;
- exeContext = context;
- connEnv = env;
- logger = connection.getConnectorEnv().getLogger();
+ public BaseStreamingExecution(IQuery command, XMLBaseManagedConnectionFactory config, RuntimeMetadata rtMetadata, ExecutionContext context) {
+ this.query = command;
+ this.metadata = rtMetadata;
+ this.context = context;
+ this.config = config;
}
public void cancel() throws ConnectorException {
// nothing to do
}
-
- public void close() throws ConnectorException {
- for (ResultProducer resultProducer : resultProducers) {
- resultProducer.closeStreams();
- }
+
+ private StreamingResultsProducer getStreamingProducer() throws ConnectorException {
+ return new StreamingResultsProducer(getExecutionInfo(), getSaxFilterProvider());
+ }
+
+ private List<String> getXPaths() {
+ XPathSplitter splitter = new XPathSplitter();
+ try {
+ return splitter.split(getExecutionInfo().getTableXPath());
+ } catch (InvalidPathException e) {
+ e.printStackTrace();
+ }
+ return null;
}
-
/**
* Earlier implementations retrieved the XML in the execute method. Because this can be any
* number of documents of any size, this caused memory problems because the xml was
@@ -72,46 +84,63 @@
* the xml is streamed in the next function.
*/
public List next() throws ConnectorException, DataNotAvailableException {
- getExeContext().keepExecutionAlive(true);
+ this.context.keepExecutionAlive(true);
+
List result = null;
+ if (this.resultIndex == 0) {
+ fillInResults();
+ }
+
if(resultIndex < results.size()) {
result = Arrays.asList(results.get(resultIndex));
++resultIndex;
- } else {
- List<Object[]> rows;
- Document xml;
- if(null == streamIter) {
- if(null == producerIter) {
- producerIter = resultProducers.iterator();
- }
- if(producerIter.hasNext()) {
- ResultProducer resultProducer = producerIter.next();
- streamIter = resultProducer.getXMLDocuments();
- }
- }
- while (streamIter.hasNext()) {
- xml = streamIter.next();
- rows = rowProducer.getResult(xml, xpaths);
- if (rows.isEmpty()) {
- continue;
- }
- results.addAll(rows);
- resultIndex = 0;
- }
- if(resultIndex < results.size()) {
- result = Arrays.asList(results.get(resultIndex));
- ++resultIndex;
- }
}
return result;
}
- public ExecutionContext getExeContext() {
- return exeContext;
+ private void fillInResults() throws ConnectorException {
+ List<Object[]> rows;
+ StreamingResultsProducer streamProducer = getStreamingProducer();
+ Iterator<Document> streamIter = getStreamProducer().getXMLDocuments();
+ while (streamIter.hasNext()) {
+ Document xml = streamIter.next();
+ // TODO: add stream filter class. --rareddy
+ rows = streamProducer.getResult(xml, getXPaths());
+ if (rows.isEmpty()) {
+ continue;
+ }
+ results.addAll(rows);
+ }
}
-
- public XMLConnection getConnection() {
- return connection;
- }
-
+
+ protected SQLXML convertToXMLType(Source value) throws ConnectorException {
+ if (value == null) {
+ return null;
+ }
+ Object result = this.config.getTypeFacility().convertToRuntimeType(value);
+ if (!(result instanceof SQLXML)) {
+ throw new ConnectorException(DataPlugin.Util.getString("unknown_object_type_to_tranfrom_xml")); //$NON-NLS-1$
+ }
+ return (SQLXML)result;
+ }
+
+ @Override
+ public SAXFilterProvider getSaxFilterProvider() throws ConnectorException {
+ if (this.config.getSaxFilterProviderClass() == null) {
+ return null;
+ }
+ return BasicManagedConnectionFactory.getInstance(SAXFilterProvider.class, this.config.getSaxFilterProviderClass(), null, null);
+ }
+
+
+// public SQLXML wrapInputStream() {
+// String className = env.getInputStreamFilterClass();
+// if (className == null) {
+// return stream;
+// }
+//
+// ArrayList ctors = new ArrayList();
+// ctors.add(stream);
+// return BasicManagedConnectionFactory.getInstance(FilterInputStream.class, className, ctors, null);
+// }
}
\ No newline at end of file
Modified: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/DocumentImpl.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/DocumentImpl.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/DocumentImpl.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,21 +1,25 @@
package com.metamatrix.connector.xml.streaming;
import java.io.InputStream;
+import java.sql.SQLException;
+import java.sql.SQLXML;
public class DocumentImpl implements com.metamatrix.connector.xml.Document {
- private InputStream xml;
+ private SQLXML xml;
private String cacheKey;
- public DocumentImpl(InputStream stream, String cacheKey) {
- this.xml = stream;
+ public DocumentImpl(SQLXML xml, String cacheKey) {
+ this.xml = xml;
this.cacheKey = cacheKey;
}
- public InputStream getStream() {
- return xml;
+ @Override
+ public InputStream getStream() throws SQLException{
+ return xml.getBinaryStream();
}
+ @Override
public String getCachekey() {
return cacheKey;
}
Modified: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/ReaderFactory.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/ReaderFactory.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/ReaderFactory.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,7 +1,5 @@
package com.metamatrix.connector.xml.streaming;
-import javax.xml.parsers.ParserConfigurationException;
-
import org.xml.sax.SAXException;
import org.xml.sax.XMLFilter;
import org.xml.sax.XMLReader;
@@ -14,14 +12,18 @@
public class ReaderFactory {
- static public XMLReader getXMLReader(SAXFilterProvider filterProvider) throws ParserConfigurationException, SAXException {
+ static public XMLReader getXMLReader(SAXFilterProvider filterProvider) throws SAXException {
XMLReader reader = XMLReaderFactory.createXMLReader();
- XMLFilterImpl[] filters = filterProvider.getExtendedFilters();
- for(int i = 0; i < filters.length; i++) {
- XMLFilter filter = filters[i];
- filter.setParent(reader);
- reader = filter;
+
+ if (filterProvider != null) {
+ XMLFilterImpl[] filters = filterProvider.getExtendedFilters();
+ for(int i = 0; i < filters.length; i++) {
+ XMLFilter filter = filters[i];
+ filter.setParent(reader);
+ reader = filter;
+ }
}
+
IDGeneratingXmlFilter filter = new IDGeneratingXmlFilter("");
filter.setParent(reader);
return filter;
Modified: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/StreamingResultsProducer.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/StreamingResultsProducer.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/StreamingResultsProducer.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -25,14 +25,12 @@
import java.util.List;
import java.util.Map;
-import javax.xml.parsers.ParserConfigurationException;
-
import org.teiid.connector.api.ConnectorException;
import org.xml.sax.SAXException;
import org.xml.sax.XMLReader;
import com.metamatrix.connector.xml.Document;
-import com.metamatrix.connector.xml.XMLConnectorState;
+import com.metamatrix.connector.xml.SAXFilterProvider;
import com.metamatrix.connector.xml.base.ExecutionInfo;
/**
* Converts a XML InputStream into an List containing results based upon data
@@ -44,17 +42,15 @@
private StreamingRowCollector collector;
private ElementProcessor elementProcessor;
- public StreamingResultsProducer(ExecutionInfo info, XMLConnectorState state) throws ConnectorException {
+ public StreamingResultsProducer(ExecutionInfo info, SAXFilterProvider filter) throws ConnectorException {
Map<String, String> namespace = info.getPrefixToNamespacesMap();
XMLReader reader;
try {
- reader = ReaderFactory.getXMLReader(state.getSAXFilterProvider());
+ reader = ReaderFactory.getXMLReader(filter);
} catch (SAXException e) {
throw new ConnectorException(e);
- } catch (ParserConfigurationException e) {
- throw new ConnectorException(e);
- }
+ }
elementProcessor = new ElementProcessor(info);
collector = new StreamingRowCollector(namespace, reader, elementProcessor);
Modified: branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/StreamingRowCollector.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/StreamingRowCollector.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/main/java/com/metamatrix/connector/xml/streaming/StreamingRowCollector.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -55,9 +55,7 @@
}
};
- Builder builder = new Builder(reader, false,
- new StreamingMultiPathFilter(xPaths, namespaces)
- .createNodeFactory(null, myTransform));
+ Builder builder = new Builder(reader, false, new StreamingMultiPathFilter(xPaths, namespaces).createNodeFactory(null, myTransform));
try {
builder.build(xml.getStream());
} catch (Exception e) {
Modified: branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockQueryPreprocessor.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockQueryPreprocessor.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/MockQueryPreprocessor.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -25,7 +25,6 @@
package com.metamatrix.connector.xml;
import org.teiid.connector.api.ConnectorEnvironment;
-import org.teiid.connector.api.ConnectorLogger;
import org.teiid.connector.api.ExecutionContext;
import org.teiid.connector.language.IQuery;
import org.teiid.connector.metadata.runtime.RuntimeMetadata;
@@ -36,9 +35,7 @@
super();
}
- public IQuery preprocessQuery(IQuery query, RuntimeMetadata m_metadata,
- ExecutionContext exeContext, ConnectorEnvironment connectorEnv,
- ConnectorLogger m_logger) {
+ public IQuery preprocessQuery(IQuery query, RuntimeMetadata m_metadata, ExecutionContext exeContext, ConnectorEnvironment connectorEnv) {
return query;
}
Modified: branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/TestElementCollector.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/TestElementCollector.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/TestElementCollector.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,6 +1,9 @@
package com.metamatrix.connector.xml;
import java.io.FileInputStream;
+import java.io.IOException;
+import java.io.InputStream;
+import java.sql.SQLXML;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
@@ -8,15 +11,11 @@
import junit.framework.TestCase;
-import org.mockito.Mockito;
-import org.teiid.connector.api.ConnectorEnvironment;
-import org.teiid.connector.api.ConnectorLogger;
-import org.teiid.connector.api.ExecutionContext;
+import org.teiid.connector.basic.TypeFacilityImpl;
import org.teiid.connector.language.IQuery;
-import org.teiid.connector.metadata.runtime.RuntimeMetadata;
+import com.metamatrix.common.types.InputStreamFactory;
import com.metamatrix.connector.xml.base.ExecutionInfo;
-import com.metamatrix.connector.xml.base.NoExtendedFilters;
import com.metamatrix.connector.xml.base.ProxyObjectFactory;
import com.metamatrix.connector.xml.base.QueryAnalyzer;
import com.metamatrix.connector.xml.streaming.DocumentImpl;
@@ -36,13 +35,12 @@
Map prefixes = new HashMap<String, String>();
prefixes.put("po", "http://www.example.com/PO1");
prefixes.put("xsd", "http://www.w3.org/2001/XMLSchema");
- RuntimeMetadata metadata = ProxyObjectFactory.getDefaultRuntimeMetadata(vdbPath);
IQuery query = ProxyObjectFactory.getDefaultIQuery(vdbPath, "SELECT * FROM po_list.ITEM");
- QueryAnalyzer analyzer = new QueryAnalyzer(query, metadata, new MockQueryPreprocessor(), Mockito.mock(ConnectorLogger.class), Mockito.mock(ExecutionContext.class), Mockito.mock(ConnectorEnvironment.class));
+ QueryAnalyzer analyzer = new QueryAnalyzer(query);
analyzer.analyze();
ExecutionInfo info = analyzer.getExecutionInfo();
ElementProcessor processor = new ElementProcessor(info);
- builder = new StreamingRowCollector(prefixes, ReaderFactory.getXMLReader(new NoExtendedFilters()), processor);
+ builder = new StreamingRowCollector(prefixes, ReaderFactory.getXMLReader(null), processor);
}
@Override
@@ -55,7 +53,7 @@
String path = "/po:purchaseOrders/order/items/item";
int itemCount = 5968;
try {
- Document doc = new DocumentImpl(new FileInputStream(filename), "foo");
+ Document doc = new DocumentImpl(getSQLXML(new FileInputStream(filename)), "foo");
List result = builder.getElements(doc, Arrays.asList(path));
assertEquals(itemCount, result.size());
} catch (Exception e) {
@@ -67,11 +65,21 @@
String path = "/";
int itemCount = 1;
try {
- Document doc = new DocumentImpl(new FileInputStream(filename), "foo");
+ Document doc = new DocumentImpl(getSQLXML(new FileInputStream(filename)), "foo");
List result = builder.getElements(doc, Arrays.asList(path));
assertEquals(itemCount, result.size());
} catch (Exception e) {
fail(e.getMessage());
}
}
+
+ SQLXML getSQLXML(final InputStream in) {
+ InputStreamFactory isf = new InputStreamFactory("ISO-8859-1") {
+ @Override
+ public InputStream getInputStream() throws IOException {
+ return in;
+ }
+ };
+ return (SQLXML)new TypeFacilityImpl().convertToRuntimeType(isf);
+ }
}
Modified: branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/TestXMLReaderFactory.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/TestXMLReaderFactory.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/TestXMLReaderFactory.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -4,14 +4,13 @@
import org.xml.sax.XMLReader;
-import com.metamatrix.connector.xml.base.NoExtendedFilters;
import com.metamatrix.connector.xml.streaming.ReaderFactory;
public class TestXMLReaderFactory extends TestCase {
public void testGetSAXBuilder() {
try {
- XMLReader reader = ReaderFactory.getXMLReader(new NoExtendedFilters());
+ XMLReader reader = ReaderFactory.getXMLReader(null);
assertNotNull(reader);
} catch (Exception e) {
fail(e.getMessage());
Modified: branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestExecutionInfo.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestExecutionInfo.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestExecutionInfo.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -28,18 +28,9 @@
import junit.framework.TestCase;
-import org.mockito.Mockito;
-import org.teiid.connector.api.ConnectorEnvironment;
import org.teiid.connector.api.ConnectorException;
-import org.teiid.connector.api.ConnectorLogger;
-import org.teiid.connector.api.ExecutionContext;
import org.teiid.connector.language.IQuery;
-import org.teiid.connector.metadata.runtime.RuntimeMetadata;
-import com.metamatrix.cdk.api.SysLogger;
-import com.metamatrix.connector.xml.IQueryPreprocessor;
-import com.metamatrix.connector.xml.MockQueryPreprocessor;
-
/**
*
*/
@@ -70,10 +61,7 @@
public void setUp() throws ConnectorException {
String vdbPath = ProxyObjectFactory.getStateCollegeVDBLocation();
IQuery query = ProxyObjectFactory.getDefaultIQuery(vdbPath, QUERY);
- RuntimeMetadata meta = ProxyObjectFactory.getDefaultRuntimeMetadata(vdbPath);
- IQueryPreprocessor preprocessor = new MockQueryPreprocessor();
- ConnectorLogger logger = new SysLogger(false);
- QueryAnalyzer analyzer = new QueryAnalyzer(query, meta, preprocessor, logger, Mockito.mock(ExecutionContext.class), Mockito.mock(ConnectorEnvironment.class));
+ QueryAnalyzer analyzer = new QueryAnalyzer(query);
analyzer.analyze();
m_info = analyzer.getExecutionInfo();
@@ -117,13 +105,10 @@
public void testGetCriteria() {
String vdbPath = ProxyObjectFactory.getStateCollegeVDBLocation();
- String query = "Select AttributeColumn from TestTable where AttributeColumn in ('foo')";
+ //String query = "Select AttributeColumn from TestTable where AttributeColumn in ('foo')";
IQuery iquery = ProxyObjectFactory.getDefaultIQuery(vdbPath, QUERY);
- RuntimeMetadata meta = ProxyObjectFactory.getDefaultRuntimeMetadata(vdbPath);
- IQueryPreprocessor preprocessor = new MockQueryPreprocessor();
- ConnectorLogger logger = new SysLogger(false);
try {
- QueryAnalyzer analyzer = new QueryAnalyzer(iquery, meta, preprocessor, logger, Mockito.mock(ExecutionContext.class), Mockito.mock(ConnectorEnvironment.class));
+ QueryAnalyzer analyzer = new QueryAnalyzer(iquery);
analyzer.analyze();
ExecutionInfo info = analyzer.getExecutionInfo();
List crits = info.getCriteria();
@@ -139,12 +124,9 @@
String vdbPath = ProxyObjectFactory.getDocumentsFolder() + "/UnitTests.vdb";
String strQuery = "select * from Response";
IQuery query = ProxyObjectFactory.getDefaultIQuery(vdbPath, strQuery);
- RuntimeMetadata meta = ProxyObjectFactory.getDefaultRuntimeMetadata(vdbPath);
- IQueryPreprocessor preprocessor = new MockQueryPreprocessor();
- ConnectorLogger logger = new SysLogger(false);
QueryAnalyzer analyzer;
try {
- analyzer = new QueryAnalyzer(query, meta, preprocessor, logger, Mockito.mock(ExecutionContext.class), Mockito.mock(ConnectorEnvironment.class));
+ analyzer = new QueryAnalyzer(query);
analyzer.analyze();
ExecutionInfo info = analyzer.getExecutionInfo();
Properties props = info.getOtherProperties();
Modified: branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestQueryAnalyzer.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestQueryAnalyzer.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestQueryAnalyzer.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -26,18 +26,9 @@
import junit.framework.TestCase;
-import org.mockito.Mockito;
-import org.teiid.connector.api.ConnectorEnvironment;
import org.teiid.connector.api.ConnectorException;
-import org.teiid.connector.api.ConnectorLogger;
-import org.teiid.connector.api.ExecutionContext;
import org.teiid.connector.language.IQuery;
-import org.teiid.connector.metadata.runtime.RuntimeMetadata;
-import com.metamatrix.cdk.api.SysLogger;
-import com.metamatrix.connector.xml.IQueryPreprocessor;
-import com.metamatrix.connector.xml.MockQueryPreprocessor;
-
/**
*
*/
@@ -67,11 +58,8 @@
public void testQueryAnalyzer() {
IQuery query = ProxyObjectFactory.getDefaultIQuery(vdbPath, QUERY);
- RuntimeMetadata metadata = ProxyObjectFactory.getDefaultRuntimeMetadata(vdbPath);
- IQueryPreprocessor preprocessor = new MockQueryPreprocessor();
- ConnectorLogger logger = new SysLogger(false);
try {
- QueryAnalyzer analyzer = new QueryAnalyzer(query, metadata, preprocessor, logger, Mockito.mock(ExecutionContext.class), Mockito.mock(ConnectorEnvironment.class));
+ QueryAnalyzer analyzer = new QueryAnalyzer(query);
assertNotNull("analyzer is null", analyzer);
} catch (ConnectorException e) {
fail(e.getMessage());
@@ -80,11 +68,8 @@
public void testAnalyze() {
IQuery query = ProxyObjectFactory.getDefaultIQuery(vdbPath, QUERY);
- RuntimeMetadata metadata = ProxyObjectFactory.getDefaultRuntimeMetadata(vdbPath);
- IQueryPreprocessor preprocessor = new MockQueryPreprocessor();
- ConnectorLogger logger = new SysLogger(false);
try {
- QueryAnalyzer analyzer = new QueryAnalyzer(query, metadata, preprocessor, logger, Mockito.mock(ExecutionContext.class), Mockito.mock(ConnectorEnvironment.class));
+ QueryAnalyzer analyzer = new QueryAnalyzer(query);
analyzer.analyze();
} catch (ConnectorException e) {
fail(e.getMessage());
@@ -94,11 +79,8 @@
public void testAnalyzeSimpleSelect() {
String strQuery = "select SimpleOutput from SimpleTable";
IQuery query = ProxyObjectFactory.getDefaultIQuery(vdbPath, strQuery);
- RuntimeMetadata metadata = ProxyObjectFactory.getDefaultRuntimeMetadata(vdbPath);
- IQueryPreprocessor preprocessor = new MockQueryPreprocessor();
- ConnectorLogger logger = new SysLogger(false);
try {
- QueryAnalyzer analyzer = new QueryAnalyzer(query, metadata, preprocessor, logger, Mockito.mock(ExecutionContext.class), Mockito.mock(ConnectorEnvironment.class));
+ QueryAnalyzer analyzer = new QueryAnalyzer(query);
analyzer.analyze();
} catch (ConnectorException e) {
fail(e.getMessage());
@@ -108,11 +90,8 @@
public void testAnalyzeLiteralSelect() {
String strQuery = "select SimpleOutput, 'foo' from SimpleTable";
IQuery query = ProxyObjectFactory.getDefaultIQuery(vdbPath, strQuery);
- RuntimeMetadata metadata = ProxyObjectFactory.getDefaultRuntimeMetadata(vdbPath);
- IQueryPreprocessor preprocessor = new MockQueryPreprocessor();
- ConnectorLogger logger = new SysLogger(false);
try {
- QueryAnalyzer analyzer = new QueryAnalyzer(query, metadata, preprocessor, logger, Mockito.mock(ExecutionContext.class), Mockito.mock(ConnectorEnvironment.class));
+ QueryAnalyzer analyzer = new QueryAnalyzer(query);
analyzer.analyze();
} catch (ConnectorException e) {
fail(e.getMessage());
@@ -122,11 +101,8 @@
public void testAnalyzeFunctionSelect() {
String strQuery = "select concat(SimpleOutput, 'foo') from SimpleTable";
IQuery query = ProxyObjectFactory.getDefaultIQuery(vdbPath, strQuery);
- RuntimeMetadata metadata = ProxyObjectFactory.getDefaultRuntimeMetadata(vdbPath);
- IQueryPreprocessor preprocessor = new MockQueryPreprocessor();
- ConnectorLogger logger = new SysLogger(false);
try {
- QueryAnalyzer analyzer = new QueryAnalyzer(query, metadata, preprocessor, logger, Mockito.mock(ExecutionContext.class), Mockito.mock(ConnectorEnvironment.class));
+ QueryAnalyzer analyzer = new QueryAnalyzer(query);
analyzer.analyze();
} catch (ConnectorException e) {
fail(e.getMessage());
@@ -136,11 +112,8 @@
public void testAnalyzeParameterSelect() {
String strQuery = "select SimpleParam from SimpleInput where SimpleParam in ('foo')";
IQuery query = ProxyObjectFactory.getDefaultIQuery(vdbPath, strQuery);
- RuntimeMetadata metadata = ProxyObjectFactory.getDefaultRuntimeMetadata(vdbPath);
- IQueryPreprocessor preprocessor = new MockQueryPreprocessor();
- ConnectorLogger logger = new SysLogger(false);
try {
- QueryAnalyzer analyzer = new QueryAnalyzer(query, metadata, preprocessor, logger, Mockito.mock(ExecutionContext.class), Mockito.mock(ConnectorEnvironment.class));
+ QueryAnalyzer analyzer = new QueryAnalyzer(query);
analyzer.analyze();
} catch (ConnectorException e) {
fail(e.getMessage());
@@ -150,11 +123,8 @@
public void testAnalyzeComplexQuery() {
String strQuery = "select SimpleOut from SimpleInput where SimpleParam in ('foo')";
IQuery query = ProxyObjectFactory.getDefaultIQuery(vdbPath, strQuery);
- RuntimeMetadata metadata = ProxyObjectFactory.getDefaultRuntimeMetadata(vdbPath);
- IQueryPreprocessor preprocessor = new MockQueryPreprocessor();
- ConnectorLogger logger = new SysLogger(false);
try {
- QueryAnalyzer analyzer = new QueryAnalyzer(query, metadata, preprocessor, logger, Mockito.mock(ExecutionContext.class), Mockito.mock(ConnectorEnvironment.class));
+ QueryAnalyzer analyzer = new QueryAnalyzer(query);
analyzer.analyze();
} catch (ConnectorException e) {
fail(e.getMessage());
@@ -164,11 +134,8 @@
public void testAnalyzeComplexQuery2() {
String strQuery = "select SimpleOut from SimpleInput where SimpleParam in ('foo') and OtherOut in ('bar')";
IQuery query = ProxyObjectFactory.getDefaultIQuery(vdbPath, strQuery);
- RuntimeMetadata metadata = ProxyObjectFactory.getDefaultRuntimeMetadata(vdbPath);
- IQueryPreprocessor preprocessor = new MockQueryPreprocessor();
- ConnectorLogger logger = new SysLogger(false);
try {
- QueryAnalyzer analyzer = new QueryAnalyzer(query, metadata, preprocessor, logger, Mockito.mock(ExecutionContext.class), Mockito.mock(ConnectorEnvironment.class));
+ QueryAnalyzer analyzer = new QueryAnalyzer(query);
analyzer.analyze();
} catch (ConnectorException e) {
fail(e.getMessage());
@@ -177,11 +144,8 @@
public void testGetExecutionInfo() {
IQuery query = ProxyObjectFactory.getDefaultIQuery(vdbPath, QUERY);
- RuntimeMetadata metadata = ProxyObjectFactory.getDefaultRuntimeMetadata(vdbPath);
- IQueryPreprocessor preprocessor = new MockQueryPreprocessor();
- ConnectorLogger logger = new SysLogger(false);
try {
- QueryAnalyzer analyzer = new QueryAnalyzer(query, metadata, preprocessor, logger, Mockito.mock(ExecutionContext.class), Mockito.mock(ConnectorEnvironment.class));
+ QueryAnalyzer analyzer = new QueryAnalyzer(query);
assertNotNull("analyzer is null", analyzer);
ExecutionInfo base = analyzer.getExecutionInfo();
assertEquals(1, base.getColumnCount());
Deleted: branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLConnectorState.java
===================================================================
--- branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLConnectorState.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml/src/test/java/com/metamatrix/connector/xml/base/TestXMLConnectorState.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,92 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.xml.base;
-
-import java.util.Properties;
-
-import junit.framework.TestCase;
-
-import org.teiid.connector.api.Connection;
-import org.teiid.connector.api.ConnectorException;
-
-import com.metamatrix.cdk.api.SysLogger;
-import com.metamatrix.common.util.PropertiesUtils;
-import com.metamatrix.connector.xml.StatefulConnector;
-import com.metamatrix.connector.xml.XMLConnectorState;
-
-/**
- *
- */
-public class TestXMLConnectorState extends TestCase {
-
- private Properties m_testFileProps;
-
- /**
- * Constructor for XMLConnectorStateTest.
- * @param arg0
- */
- public TestXMLConnectorState(String arg0) {
- super(arg0);
- }
-
- @Override
-public void setUp() {
- m_testFileProps = new Properties();
- m_testFileProps.setProperty(XMLConnectorStateImpl.CACHE_ENABLED, new String("true"));
- m_testFileProps.setProperty(XMLConnectorStateImpl.SAX_FILTER_PROVIDER_CLASS, "com.metamatrix.connector.xml.base.NoExtendedFilters");
- m_testFileProps.setProperty(XMLConnectorStateImpl.QUERY_PREPROCESS_CLASS, "com.metamatrix.connector.xml.base.NoQueryPreprocessing");
- m_testFileProps.put(XMLConnectorStateImpl.CONNECTOR_CAPABILITES, "com.metamatrix.connector.xml.base.XMLCapabilities");
- }
-
- public void testXMLConnectorState() {
- XMLConnectorState state = new TestXMLConnectorStateImpl();
- assertNotNull(state);
- }
-
- public void testSetGetState() {
- XMLConnectorState state = new TestXMLConnectorStateImpl();
- try {
- state.setLogger(new SysLogger(false));
- XMLBaseManagedConnectionFactory env = new XMLBaseManagedConnectionFactory();
- PropertiesUtils.setBeanProperties(env, m_testFileProps, null);
- state.setState(env);
-
- } catch (ConnectorException ce) {
- ce.printStackTrace();
- fail(ce.getMessage());
- }
- assertNotNull(state.getState());
- }
-
- private class TestXMLConnectorStateImpl extends XMLConnectorStateImpl {
-
- TestXMLConnectorStateImpl() {
- super();
- }
-
- public Connection getConnection(StatefulConnector connector) throws ConnectorException {
- return null;
- }
- }
-
-}
Modified: branches/JCA/connectors/connector-xml-file/src/main/java/org/teiid/connector/xml/file/FileExecution.java
===================================================================
--- branches/JCA/connectors/connector-xml-file/src/main/java/org/teiid/connector/xml/file/FileExecution.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml-file/src/main/java/org/teiid/connector/xml/file/FileExecution.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -21,9 +21,9 @@
import com.metamatrix.connector.xml.ResultProducer;
import com.metamatrix.connector.xml.XMLConnectorState;
import com.metamatrix.connector.xml.base.CriteriaDesc;
-import com.metamatrix.connector.xml.base.ExecutionInfo;
import com.metamatrix.connector.xml.base.OutputXPathDesc;
import com.metamatrix.connector.xml.base.QueryAnalyzer;
+import com.metamatrix.connector.xml.base.XMLBaseManagedConnectionFactory;
import com.metamatrix.connector.xml.base.XMLConnectionImpl;
import com.metamatrix.connector.xml.streaming.BaseStreamingExecution;
import com.metamatrix.connector.xml.streaming.DocumentImpl;
@@ -38,9 +38,9 @@
private FileConnectorState state;
public static final String PARM_FILE_NAME_TABLE_PROPERTY_NAME = "FileName"; //$NON-NLS-1$
- public FileExecution(IQuery command, XMLConnectionImpl conn, RuntimeMetadata metadata,
- ExecutionContext context, ConnectorEnvironment env) throws ConnectorException {
- super(command, conn, metadata, context, env);
+ public FileExecution(IQuery command, RuntimeMetadata metadata, ExecutionContext context, XMLBaseManagedConnectionFactory env)
+ throws ConnectorException {
+ super(command, env, metadata, context);
state = (FileConnectorState) conn.getState();
logger = getConnection().getState().getLogger();
}
@@ -49,29 +49,27 @@
public void execute() throws ConnectorException {
XMLConnectorState state = getConnection().getState();
- QueryAnalyzer analyzer = new QueryAnalyzer(query, metadata, state
- .getPreprocessor(), logger, getExeContext(), connEnv);
+ QueryAnalyzer analyzer = new QueryAnalyzer(query, metadata, state.getPreprocessor(), logger, getExeContext(), connEnv);
exeInfo = analyzer.getExecutionInfo();
init(); // depends upon the creation of m_info
validateParams();
List<CriteriaDesc[]> requestPerms = analyzer.getRequestPerms();
if (requestPerms.size() > 1) {
- throw new AssertionError(
- "The QueryAnalyzer produced > 1 request permutation");
+ throw new AssertionError("The QueryAnalyzer produced > 1 request permutation");
}
- List<CriteriaDesc> criteriaList = Arrays.asList((CriteriaDesc[]) requestPerms.get(0));
- getInfo().setParameters(criteriaList);
+ List<CriteriaDesc> criteriaList = Arrays.asList(requestPerms.get(0));
+ this.exeInfo.setParameters(criteriaList);
XPathSplitter splitter = new XPathSplitter();
try {
- xpaths = splitter.split(getInfo().getTableXPath());
+ xpaths = splitter.split(this.exeInfo.getTableXPath());
} catch (InvalidPathException e) {
e.printStackTrace();
}
- rowProducer = new StreamingResultsProducer(getInfo(), state);
+ rowProducer = new StreamingResultsProducer(this.exeInfo, state);
resultProducers.add(getStreamProducer());
}
@@ -80,8 +78,8 @@
* @throws ConnectorException
*/
private void validateParams() throws ConnectorException {
- for (int i = 0; i < getInfo().getRequestedColumns().size(); i++) {
- OutputXPathDesc xPath = (OutputXPathDesc) getInfo().getRequestedColumns().get(i);
+ for (int i = 0; i < this.exeInfo.getRequestedColumns().size(); i++) {
+ OutputXPathDesc xPath = (OutputXPathDesc)this.exeInfo.getRequestedColumns().get(i);
if (xPath.isParameter()) {
throw new ConnectorException(
org.teiid.connector.xml.file.Messages.getString("FileExecutor.input.not.supported.on.files")); //$NON-NLS-1$
@@ -115,9 +113,9 @@
}
private String getTableFileName() {
- String retval = getInfo().getLocation();
+ String retval = this.exeInfo.getLocation();
if (retval == null) {
- retval = getInfo().getOtherProperties().getProperty(PARM_FILE_NAME_TABLE_PROPERTY_NAME);
+ retval = this.exeInfo.getOtherProperties().getProperty(PARM_FILE_NAME_TABLE_PROPERTY_NAME);
}
return retval;
}
@@ -162,8 +160,7 @@
return result;
}
- private void validateFile(String tableFileName, String xmlFileName,
- String xmlFileDir) throws ConnectorException {
+ private void validateFile(String tableFileName, String xmlFileName, String xmlFileDir) throws ConnectorException {
docs = new String[1];
docs[0] = (tableFileName == null) ? xmlFileName : tableFileName;
boolean valid = validateFile(docs[0], xmlFileDir, false);
@@ -176,18 +173,13 @@
private String normalizePath(String path) {
if (path.endsWith(File.separator)) {
return path;
- } else {
- return path + File.separator;
- }
+ }
+ return path + File.separator;
}
/////////////////////////
// End Initialization
/////////////////////////
- public ExecutionInfo getInfo() {
- return exeInfo;
- }
-
@Override
public ResultProducer getStreamProducer() throws ConnectorException {
return this;
@@ -205,12 +197,11 @@
private class XMLFileIterator implements Iterator<Document> {
private String queryID;
- private int docNumber;
+ private int docNumber = 0;
public XMLFileIterator(String id) throws ConnectorException {
- if(null == id) {
- throw new ConnectorException(
- Messages.getString("FileExecution.null.query.id"));
+ if(id == null) {
+ throw new ConnectorException(Messages.getString("FileExecution.null.query.id"));
}
queryID = id;
}
@@ -250,11 +241,9 @@
try {
String xmlFileName = directory + docs[i];
File xmlFile = new File(xmlFileName);
- logger.logTrace(
- "XML Connector Framework: retrieving document from " + xmlFileName); //$NON-NLS-1$
+ logger.logTrace("XML Connector Framework: retrieving document from " + xmlFileName); //$NON-NLS-1$
InputStream retval = new BufferedInputStream(new FileInputStream(xmlFile));
- logger.logTrace(
- "XML Connector Framework: retrieved file " + xmlFileName); //$NON-NLS-1$
+ logger.logTrace("XML Connector Framework: retrieved file " + xmlFileName); //$NON-NLS-1$
return retval;
} catch (IOException ioe) {
throw new ConnectorException(ioe);
Deleted: branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/TestCachingFileConnector.java
===================================================================
--- branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/TestCachingFileConnector.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/TestCachingFileConnector.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,44 +0,0 @@
-package org.teiid.connector.xml;
-
-
-import java.util.List;
-
-import junit.framework.TestCase;
-
-import org.mockito.Mockito;
-import org.teiid.connector.api.Connector;
-import org.teiid.connector.api.ConnectorException;
-import org.teiid.connector.api.ExecutionContext;
-import org.teiid.connector.xml.file.FakeFileManagedConnectionfactory;
-import org.teiid.connector.xml.file.FileManagedConnectionFactory;
-
-import com.metamatrix.cdk.api.ConnectorHost;
-import com.metamatrix.connector.xml.base.XMLConnector;
-
-public class TestCachingFileConnector extends TestCase {
-
- Connector connector;
- ConnectorHost host;
-
- @Override
- public void setUp() throws Exception {
- connector = new XMLConnector();
- FileManagedConnectionFactory env = FakeFileManagedConnectionfactory.getDefaultFileProps();
- env.setFileName("purchaseOrdersShort.xml");
-
- String vdbPath = FakeFileManagedConnectionfactory.getDocumentsFolder() + "/File/purchase_orders.vdb";
- host = new ConnectorHost(connector, env, vdbPath);
-
- ExecutionContext context = Mockito.mock(ExecutionContext.class);
- host.setExecutionContext(context);
- }
-
- public void testSelect() {
- try {
- List result = host.executeCommand("SELECT * FROM po_list.ITEM");
- assertEquals(2, result.size());
- } catch (ConnectorException e) {
- fail(e.getMessage());
- }
- }
-}
Deleted: branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/TestXMLConnector.java
===================================================================
--- branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/TestXMLConnector.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/TestXMLConnector.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,167 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package org.teiid.connector.xml;
-
-import java.io.File;
-import java.util.Properties;
-
-import junit.framework.TestCase;
-
-import org.teiid.connector.api.ConnectorEnvironment;
-import org.teiid.connector.api.ConnectorException;
-import org.teiid.connector.xml.file.FakeFileManagedConnectionfactory;
-import org.teiid.connector.xml.file.FileConnectorState;
-import org.teiid.connector.xml.file.FileManagedConnectionFactory;
-
-import com.metamatrix.common.util.PropertiesUtils;
-import com.metamatrix.connector.xml.XMLConnectorState;
-import com.metamatrix.connector.xml.base.XMLConnectionImpl;
-import com.metamatrix.connector.xml.base.XMLConnector;
-import com.metamatrix.connector.xml.base.XMLConnectorStateImpl;
-
-
-public class TestXMLConnector extends TestCase {
-
- private ConnectorEnvironment m_env;
-
- public TestXMLConnector() {
- super();
- }
-
- /**
- * @param arg0
- */
- public TestXMLConnector(String arg0) {
- super(arg0);
- }
-
- @Override
- public void setUp() {
- m_env = FakeFileManagedConnectionfactory.getDefaultFileProps();
- }
-
- public void testInitMethod() {
- XMLConnector connector = new XMLConnector();
- try {
- connector.initialize(m_env);
- assertNotNull("state is null", connector.getState());
- assertNotNull("Logger is null", connector.getLogger());
- } catch (ConnectorException ex) {
- ex.printStackTrace();
- fail(ex.getMessage());
- }
-
- }
-
- public void testStart() throws Exception {
- XMLConnector connector = new XMLConnector();
- connector.initialize(m_env);
- }
-
- public void testStop() {
- XMLConnector connector = new XMLConnector();
-
- try {
- connector.initialize(m_env);
-
- } catch (ConnectorException ex) {
- ex.printStackTrace();
- fail(ex.getMessage());
- }
- assertNotNull(connector);
- connector.stop();
- }
-
-
- public void testGetConnection() {
- XMLConnector connector = new XMLConnector();
-
- try {
- connector.initialize(m_env);
- XMLConnectionImpl conn = (XMLConnectionImpl) connector.getConnection();
- assertNotNull("XMLConnectionImpl is null", conn);
-
- // is the connector ref set?
- assertEquals(connector, conn.getConnector());
-
- } catch (ConnectorException ex) {
- ex.printStackTrace();
- fail(ex.getMessage());
- }
- }
-
-
- public void testUnsetState() {
- XMLConnector connector = new XMLConnector();
-
- try {
- connector.getConnection();
- fail("connector created a connection with unset state");
- } catch (ConnectorException e) {
-
- }
- }
-
- public void testInitializeFailure() {
- XMLConnector connector = new XMLConnector();
- try {
- Properties testFileProps = new Properties();
- testFileProps.put(XMLConnectorStateImpl.CACHE_ENABLED, Boolean.TRUE);
- testFileProps.setProperty(XMLConnectorState.STATE_CLASS_PROP, "sure.to.Fail");
-
- testFileProps.put(FileConnectorState.FILE_NAME, "state_college.xml");
- String localPath = "test/documents";
- String ccPath = "checkout/XMLConnectorFramework/" + localPath;
- if (new File(localPath).exists()) {
- testFileProps.put(FileConnectorState.DIRECTORY_PATH, localPath);
- } else {
- if (new File(ccPath).exists()) {
- testFileProps.put(FileConnectorState.DIRECTORY_PATH, ccPath);
- } else {
- testFileProps.put(FileConnectorState.DIRECTORY_PATH, "");
- }
- }
-
- FileManagedConnectionFactory env = new FileManagedConnectionFactory();
- PropertiesUtils.setBeanProperties(env, testFileProps, null);
- connector.initialize(env);
- fail("connector should have failed on get state");
- } catch (ConnectorException e) {
- assertTrue(true);
- }
- }
-
- public void testLoggingInit() {
- XMLConnector connector = new XMLConnector();
-
- try {
- connector.initialize(m_env);
- assertNotNull(connector.getLogger());
- connector.getLogger().logInfo("Logger is properly initialized");
- } catch (ConnectorException ex) {
- ex.printStackTrace();
- fail(ex.getMessage());
- }
-
- }
-}
Deleted: branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/FakeFileManagedConnectionfactory.java
===================================================================
--- branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/FakeFileManagedConnectionfactory.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/FakeFileManagedConnectionfactory.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,35 +0,0 @@
-package org.teiid.connector.xml.file;
-
-import java.io.File;
-import java.net.URISyntaxException;
-import java.net.URL;
-
-public class FakeFileManagedConnectionfactory {
-
- public static FileManagedConnectionFactory getDefaultFileProps() {
- FileManagedConnectionFactory env = new FileManagedConnectionFactory();
- env.setCacheEnabled(false);
- env.setConnectorStateClass("org.teiid.connector.xml.file.FileConnectorState");
- env.setQueryPreprocessorClass("com.metamatrix.connector.xml.base.NoQueryPreprocessing");
- env.setSaxFilterProviderClass("com.metamatrix.connector.xml.base.NoExtendedFilters");
- env.setCapabilitiesClass("com.metamatrix.connector.xml.base.XMLCapabilities");
- env.setFileName("state_college2.xml");
-
- URL url = FileManagedConnectionFactory.class.getClassLoader().getResource("documents");
- try {
- env.setFilePath(new File(url.toURI()).toString());
- } catch (URISyntaxException e) {
- throw new RuntimeException(e);
- }
-
- return env;
- }
- public static String getDocumentsFolder() {
- URL url = FileManagedConnectionFactory.class.getClassLoader().getResource("documents");
- try {
- return new File(url.toURI()).toString();
- } catch (URISyntaxException e) {
- }
- return null;
- }
-}
Deleted: branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/TestCachingFileConnectorLong.java
===================================================================
--- branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/TestCachingFileConnectorLong.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/TestCachingFileConnectorLong.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,48 +0,0 @@
-package org.teiid.connector.xml.file;
-
-
-import java.util.List;
-
-import junit.framework.TestCase;
-
-import org.mockito.Mockito;
-import org.teiid.connector.api.Connector;
-import org.teiid.connector.api.ConnectorException;
-import org.teiid.connector.api.ExecutionContext;
-
-import com.metamatrix.cdk.api.ConnectorHost;
-import com.metamatrix.connector.xml.base.XMLConnector;
-
-public class TestCachingFileConnectorLong extends TestCase {
-
- Connector connector;
- ConnectorHost host;
-
- @Override
- public void setUp() throws Exception {
- connector = new XMLConnector();
- FileManagedConnectionFactory env = FakeFileManagedConnectionfactory.getDefaultFileProps();
- env.setCacheEnabled(true);
- env.setFileName("purchaseOrders.xml");
- String vdbPath = FakeFileManagedConnectionfactory.getDocumentsFolder() + "/purchase_orders.vdb";
- host = new ConnectorHost(connector, env, vdbPath);
- ExecutionContext context = Mockito.mock(ExecutionContext.class);
- host.setExecutionContext(context);
- }
-
- /**
- * This primes the cache with the response docs, then gets them from the cache
- */
- public void testSelectFromCache() {
- try {
- List result = host.executeCommand("SELECT * FROM file_po_list.ITEM");
- assertEquals(5968, result.size());
-
- result = host.executeCommand("SELECT * FROM file_po_list.ITEM");
- assertEquals(5968, result.size());
- } catch (ConnectorException e) {
- fail(e.getMessage());
- }
- }
-
-}
Deleted: branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/TestFileConnector.java
===================================================================
--- branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/TestFileConnector.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/TestFileConnector.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,37 +0,0 @@
-package org.teiid.connector.xml.file;
-
-
-import java.util.List;
-
-import junit.framework.TestCase;
-
-import org.mockito.Mockito;
-import org.teiid.connector.api.ConnectorException;
-import org.teiid.connector.api.ExecutionContext;
-
-import com.metamatrix.cdk.api.ConnectorHost;
-import com.metamatrix.connector.xml.base.XMLConnector;
-
-public class TestFileConnector extends TestCase {
-
- public void testSelect() throws Exception{
-
- XMLConnector connector = new XMLConnector();
- FileManagedConnectionFactory env = FakeFileManagedConnectionfactory.getDefaultFileProps();
- env.setCacheEnabled(false);
- env.setFileName("purchaseOrdersShort.xml");
-
- String vdbPath = FakeFileManagedConnectionfactory.getDocumentsFolder() + "/purchase_orders.vdb";
- ConnectorHost host = new ConnectorHost(connector, env, vdbPath);
-
- ExecutionContext context = Mockito.mock(ExecutionContext.class);
- host.setExecutionContext(context);
-
- try {
- List result = host.executeCommand("SELECT * FROM file_po_list.ITEM");
- assertEquals(2, result.size());
- } catch (ConnectorException e) {
- fail(e.getMessage());
- }
- }
-}
Deleted: branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/TestFileConnectorLong.java
===================================================================
--- branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/TestFileConnectorLong.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/TestFileConnectorLong.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,40 +0,0 @@
-package org.teiid.connector.xml.file;
-
-
-import java.util.List;
-
-import junit.framework.TestCase;
-
-import org.mockito.Mockito;
-import org.teiid.connector.api.Connector;
-import org.teiid.connector.api.ConnectorException;
-import org.teiid.connector.api.ExecutionContext;
-
-import com.metamatrix.cdk.api.ConnectorHost;
-import com.metamatrix.connector.xml.base.XMLConnector;
-
-public class TestFileConnectorLong extends TestCase {
-
- Connector connector;
- ConnectorHost host;
-
- @Override
- public void setUp() throws Exception {
- connector = new XMLConnector();
- FileManagedConnectionFactory env = FakeFileManagedConnectionfactory.getDefaultFileProps();
- env.setCacheEnabled(true);
- env.setFileName("purchaseOrders.xml");
-
- String vdbPath = FakeFileManagedConnectionfactory.getDocumentsFolder() + "/purchase_orders.vdb";
- host = new ConnectorHost(connector, env, vdbPath);
-
- ExecutionContext context = Mockito.mock(ExecutionContext.class);
- host.setExecutionContext(context);
- }
-
- public void testSelect() throws ConnectorException {
- List result = host.executeCommand("SELECT * FROM file_po_list.ITEM");
- assertEquals(5968, result.size());
- }
-
-}
Deleted: branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/TestFileConnectorState.java
===================================================================
--- branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/TestFileConnectorState.java 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml-file/src/test/java/org/teiid/connector/xml/file/TestFileConnectorState.java 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,111 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership. Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package org.teiid.connector.xml.file;
-
-import java.util.Properties;
-
-import junit.framework.TestCase;
-
-import org.teiid.connector.api.ConnectorException;
-
-import com.metamatrix.cdk.api.SysLogger;
-
-/**
- *
- */
-public class TestFileConnectorState extends TestCase {
-
- /**
- * Constructor for FileConnectorStateTest.
- * @param arg0
- */
- public TestFileConnectorState(String arg0) {
- super(arg0);
- }
-
-
-/* public static Test suite() {
- return new CoverageDecorator(FileConnectorStateTest.class, new Class[] {FileConnectorState.class});
- }
-*/
-
- public void testSetGetState() {
- try {
- FileManagedConnectionFactory env = FakeFileManagedConnectionfactory.getDefaultFileProps();
- FileConnectorState state = new FileConnectorState();
- state.setLogger(new SysLogger(false));
- state.setState(env);
- Properties retProps = state.getState();
- assertNotNull(retProps);
- assertEquals(env.getFileName(), retProps.getProperty(FileConnectorState.FILE_NAME));
- assertEquals(env.getFilePath(), retProps.getProperty(FileConnectorState.DIRECTORY_PATH));
- } catch (ConnectorException e) {
- fail(e.getMessage());
- }
- }
-
- /*
- * Class under test for void FileConnectorState()
- */
- public void testFileConnectorState() {
- FileConnectorState state = new FileConnectorState();
- assertNotNull(state);
- }
-
- /*
- * Class under test for void FileConnectorState(Properties)
- */
- public void testFileConnectorStateProperties() {
- try {
- FileManagedConnectionFactory env = FakeFileManagedConnectionfactory.getDefaultFileProps();
- FileConnectorState state = new FileConnectorState();
- state.setLogger(new SysLogger(false));
- state.setState(env);
- Properties retProps = state.getState();
- assertNotNull(retProps);
- assertEquals(env.getFileName(), retProps.getProperty(FileConnectorState.FILE_NAME));
- assertEquals(env.getFilePath(), retProps.getProperty(FileConnectorState.DIRECTORY_PATH));
- } catch (ConnectorException e) {
- fail(e.getMessage());
- }
- }
-
-
- public void testSetGetFileName() {
- FileConnectorState state = new FileConnectorState();
- String fileName = "foo.xml";
- state.setFileName(fileName);
- assertEquals(fileName, state.getFileName());
- state.setFileName(null);
- assertEquals("", state.getFileName());
- }
-
- public void testSetGetDirectoryPath() {
- FileConnectorState state = new FileConnectorState();
- String dir = "c:\temp";
- state.setDirectoryPath(dir);
- assertEquals(dir, state.getDirectoryPath());
- state.setDirectoryPath(null);
- assertEquals("", state.getDirectoryPath());
- }
-}
Deleted: branches/JCA/connectors/connector-xml-file/src/test/resources/documents/File/po_list.xmi
===================================================================
--- branches/JCA/connectors/connector-xml-file/src/test/resources/documents/File/po_list.xmi 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml-file/src/test/resources/documents/File/po_list.xmi 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,120 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:diagram="http://www.metamatrix.com/metamodels/Diagram" xmlns:jdbc="http://www.metamatrix.com/metamodels/JDBC" xmlns:mmcore="http://www.metamatrix.com/metamodels/Core" xmlns:relational="http://www.metamatrix.com/metamodels/Relational">
- <mmcore:ModelAnnotation xmi:uuid="mmuuid:94231cc0-4a54-111b-bb0a-ea1884adcb79" primaryMetamodelUri="http://www.metamatrix.com/metamodels/Relational" modelType="PHYSICAL" ProducerName="MetaMatrix" ProducerVersion="5.5">
- <modelImports xmi:uuid="mmuuid:9aa25200-4a54-111b-bb0a-ea1884adcb79" name="XMLFileConnectorExtensions" modelLocation="../XMLExtensionsProject/XMLFileConnectorExtensions.xmi" uuid="mmuuid:61d94280-b86d-1ffe-bb3d-c715e2d4aaf4" modelType="EXTENSION" primaryMetamodelUri="http://www.metamatrix.com/metamodels/Extension"/>
- <modelImports xmi:uuid="mmuuid:9a748b40-4a54-111b-bb0a-ea1884adcb79" name="XMLSchema" modelLocation="http://www.w3.org/2001/XMLSchema" modelType="TYPE" primaryMetamodelUri="http://www.eclipse.org/xsd/2002/XSD"/>
- <extensionPackage href="../XMLExtensionsProject/XMLFileConnectorExtensions.xmi#mmuuid/61d94286-b86d-1ffe-bb3d-c715e2d4aaf4"/>
- </mmcore:ModelAnnotation>
- <mmcore:AnnotationContainer xmi:uuid="mmuuid:97e46a82-4a54-111b-bb0a-ea1884adcb79">
- <annotations xmi:uuid="mmuuid:97e46a83-4a54-111b-bb0a-ea1884adcb79" annotatedObject="mmuuid/97e46a80-4a54-111b-bb0a-ea1884adcb79">
- <tags xmi:uuid="mmuuid:97e46a84-4a54-111b-bb0a-ea1884adcb79" key="NamespacePrefixes" value="xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:po='http://www.example.com/PO1'"/>
- </annotations>
- <annotations xmi:uuid="mmuuid:9802ef08-4a54-111b-bb0a-ea1884adcb79" annotatedObject="mmuuid/9802ef06-4a54-111b-bb0a-ea1884adcb79">
- <tags xmi:uuid="mmuuid:9802ef09-4a54-111b-bb0a-ea1884adcb79" key="NamespacePrefixes" value="xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:po='http://www.example.com/PO1'"/>
- </annotations>
- <annotations xmi:uuid="mmuuid:983ff805-4a54-111b-bb0a-ea1884adcb79" annotatedObject="mmuuid/983ff803-4a54-111b-bb0a-ea1884adcb79">
- <tags xmi:uuid="mmuuid:983ff806-4a54-111b-bb0a-ea1884adcb79" key="NamespacePrefixes" value="xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:po='http://www.example.com/PO1'"/>
- </annotations>
- </mmcore:AnnotationContainer>
- <relational:BaseTable xmi:uuid="mmuuid:97e46a80-4a54-111b-bb0a-ea1884adcb79" name="item" nameInSource="((((/po:purchaseOrder) | (/po:purchaseOrders/order))/items) | (/po:purchaseOrder/items) | (/po:purchaseOrders/order/items))/item">
- <columns xmi:uuid="mmuuid:97f3acc0-4a54-111b-bb0a-ea1884adcb79" name="mmid" nameInSource="@com.metamatrix.xml.xpathpart" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="" uniqueKeys="mmuuid/9802ef05-4a54-111b-bb0a-ea1884adcb79">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:97f3acc1-4a54-111b-bb0a-ea1884adcb79" name="partNum" nameInSource="@partNum" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:97f3acc2-4a54-111b-bb0a-ea1884adcb79" name="productName" nameInSource="productName/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:9802ef00-4a54-111b-bb0a-ea1884adcb79" name="quantity" nameInSource="quantity/text()" nativeType="java.lang.String" length="20" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:9802ef01-4a54-111b-bb0a-ea1884adcb79" name="USPrice" nameInSource="USPrice/text()" nativeType="java.lang.String" length="20" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:9802ef02-4a54-111b-bb0a-ea1884adcb79" name="comment" nameInSource="po:comment/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:9802ef03-4a54-111b-bb0a-ea1884adcb79" name="shipDate" nameInSource="shipDate/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:9802ef04-4a54-111b-bb0a-ea1884adcb79" name="order_mmid" nameInSource="../../(a)com.metamatrix.xml.xpathpart" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="" foreignKeys="mmuuid/984f3a42-4a54-111b-bb0a-ea1884adcb79">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <foreignKeys xmi:uuid="mmuuid:984f3a42-4a54-111b-bb0a-ea1884adcb79" name="fk_item_order" nameInSource="fk_/po:purchaseOrders/order/items/item_/po:purchaseOrders/order" foreignKeyMultiplicity="UNSPECIFIED" primaryKeyMultiplicity="UNSPECIFIED" columns="mmuuid/9802ef04-4a54-111b-bb0a-ea1884adcb79" uniqueKey="mmuuid/983ff802-4a54-111b-bb0a-ea1884adcb79"/>
- <primaryKey xmi:uuid="mmuuid:9802ef05-4a54-111b-bb0a-ea1884adcb79" name="pkitem" nameInSource="pk_((((/po:purchaseOrder) | (/po:purchaseOrders/order))/items) | (/po:purchaseOrder/items) | (/po:purchaseOrders/order/items))/item" columns="mmuuid/97f3acc0-4a54-111b-bb0a-ea1884adcb79"/>
- </relational:BaseTable>
- <relational:BaseTable xmi:uuid="mmuuid:9802ef06-4a54-111b-bb0a-ea1884adcb79" name="order" nameInSource="/po:purchaseOrders/order">
- <columns xmi:uuid="mmuuid:98217380-4a54-111b-bb0a-ea1884adcb79" name="purchaseOrders_mmid" nameInSource="../(a)com.metamatrix.xml.xpathpart" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="" foreignKeys="mmuuid/984f3a43-4a54-111b-bb0a-ea1884adcb79">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:98217381-4a54-111b-bb0a-ea1884adcb79" name="mmid" nameInSource="@com.metamatrix.xml.xpathpart" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="" uniqueKeys="mmuuid/983ff802-4a54-111b-bb0a-ea1884adcb79">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:98217382-4a54-111b-bb0a-ea1884adcb79" name="orderDate" nameInSource="@orderDate" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:9830b5c0-4a54-111b-bb0a-ea1884adcb79" name="shipTo_country" nameInSource="shipTo/@country" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:9830b5c1-4a54-111b-bb0a-ea1884adcb79" name="shipTo_name" nameInSource="shipTo/name/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:9830b5c2-4a54-111b-bb0a-ea1884adcb79" name="shipTo_street" nameInSource="shipTo/street/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:9830b5c3-4a54-111b-bb0a-ea1884adcb79" name="shipTo_city" nameInSource="shipTo/city/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:9830b5c4-4a54-111b-bb0a-ea1884adcb79" name="shipTo_state" nameInSource="shipTo/state/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:9830b5c5-4a54-111b-bb0a-ea1884adcb79" name="shipTo_zip" nameInSource="shipTo/zip/text()" nativeType="java.lang.String" length="20" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:9830b5c6-4a54-111b-bb0a-ea1884adcb79" name="billTo_country" nameInSource="billTo/@country" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:9830b5c7-4a54-111b-bb0a-ea1884adcb79" name="billTo_name" nameInSource="billTo/name/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:9830b5c8-4a54-111b-bb0a-ea1884adcb79" name="billTo_street" nameInSource="billTo/street/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:9830b5c9-4a54-111b-bb0a-ea1884adcb79" name="billTo_city" nameInSource="billTo/city/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:9830b5ca-4a54-111b-bb0a-ea1884adcb79" name="billTo_state" nameInSource="billTo/state/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:983ff800-4a54-111b-bb0a-ea1884adcb79" name="billTo_zip" nameInSource="billTo/zip/text()" nativeType="java.lang.String" length="20" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:983ff801-4a54-111b-bb0a-ea1884adcb79" name="comment" nameInSource="po:comment/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <foreignKeys xmi:uuid="mmuuid:984f3a43-4a54-111b-bb0a-ea1884adcb79" name="fk_order_purchaseOrders" foreignKeyMultiplicity="UNSPECIFIED" primaryKeyMultiplicity="UNSPECIFIED" columns="mmuuid/98217380-4a54-111b-bb0a-ea1884adcb79" uniqueKey="mmuuid/984f3a41-4a54-111b-bb0a-ea1884adcb79"/>
- <primaryKey xmi:uuid="mmuuid:983ff802-4a54-111b-bb0a-ea1884adcb79" name="pkorder" nameInSource="pk_/po:purchaseOrders/order" columns="mmuuid/98217381-4a54-111b-bb0a-ea1884adcb79" foreignKeys="mmuuid/984f3a42-4a54-111b-bb0a-ea1884adcb79"/>
- </relational:BaseTable>
- <relational:BaseTable xmi:uuid="mmuuid:983ff803-4a54-111b-bb0a-ea1884adcb79" name="purchaseOrders" nameInSource="/po:purchaseOrders">
- <columns xmi:uuid="mmuuid:984f3a40-4a54-111b-bb0a-ea1884adcb79" name="mmid" nameInSource="@com.metamatrix.xml.xpathpart" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="" uniqueKeys="mmuuid/984f3a41-4a54-111b-bb0a-ea1884adcb79">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <primaryKey xmi:uuid="mmuuid:984f3a41-4a54-111b-bb0a-ea1884adcb79" name="pkpurchaseOrders" nameInSource="pk_/po:purchaseOrders" columns="mmuuid/984f3a40-4a54-111b-bb0a-ea1884adcb79" foreignKeys="mmuuid/984f3a43-4a54-111b-bb0a-ea1884adcb79"/>
- </relational:BaseTable>
- <jdbc:JdbcSource xmi:uuid="mmuuid:50f37689-4a4e-111b-bb0a-ea1884adcb79" driverName="com.metamatrix.modeler.modelgenerator.xml.wizards.jdbc.XmlImporterJdbcDriver" driverClass="com.metamatrix.modeler.modelgenerator.xml.wizards.jdbc.XmlImporterJdbcDriver" username="" url="xsd:file:/NotBackedUp/jdoyle/workspaces/XML.tests/po.xsd">
- <importSettings xmi:uuid="mmuuid:50f3768a-4a4e-111b-bb0a-ea1884adcb79" createCatalogsInModel="false" includeApproximateIndexes="false">
- <includedCatalogPaths>/Global</includedCatalogPaths>
- <includedCatalogPaths>/http___www_example_com_PO1</includedCatalogPaths>
- <includedTableTypes>ELEMENT</includedTableTypes>
- <includedTableTypes>RELATIONSHIP</includedTableTypes>
- </importSettings>
- </jdbc:JdbcSource>
- <diagram:DiagramContainer xmi:uuid="mmuuid:b841f040-4a54-111b-bb0a-ea1884adcb79">
- <diagram xmi:uuid="mmuuid:b8513280-4a54-111b-bb0a-ea1884adcb79" type="packageDiagramType" target="mmuuid/94231cc0-4a54-111b-bb0a-ea1884adcb79">
- <diagramEntity xmi:uuid="mmuuid:c254ac80-4a54-111b-bb0a-ea1884adcb79" modelObject="mmuuid/97e46a80-4a54-111b-bb0a-ea1884adcb79" xPosition="348" yPosition="235"/>
- <diagramEntity xmi:uuid="mmuuid:c263eec0-4a54-111b-bb0a-ea1884adcb79" modelObject="mmuuid/9802ef06-4a54-111b-bb0a-ea1884adcb79" xPosition="30" yPosition="36"/>
- <diagramEntity xmi:uuid="mmuuid:c263eec1-4a54-111b-bb0a-ea1884adcb79" modelObject="mmuuid/983ff803-4a54-111b-bb0a-ea1884adcb79" xPosition="356" yPosition="30"/>
- </diagram>
- </diagram:DiagramContainer>
-</xmi:XMI>
Deleted: branches/JCA/connectors/connector-xml-file/src/test/resources/documents/File/purchaseOrder.xmi
===================================================================
--- branches/JCA/connectors/connector-xml-file/src/test/resources/documents/File/purchaseOrder.xmi 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml-file/src/test/resources/documents/File/purchaseOrder.xmi 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,105 +0,0 @@
-<?xml version="1.0" encoding="ASCII"?>
-<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:diagram="http://www.metamatrix.com/metamodels/Diagram" xmlns:jdbc="http://www.metamatrix.com/metamodels/JDBC" xmlns:mmcore="http://www.metamatrix.com/metamodels/Core" xmlns:relational="http://www.metamatrix.com/metamodels/Relational">
- <mmcore:ModelAnnotation xmi:uuid="mmuuid:25983900-54a6-111b-9708-f3d85bed2dda" primaryMetamodelUri="http://www.metamatrix.com/metamodels/Relational" modelType="PHYSICAL" ProducerName="MetaMatrix" ProducerVersion="5.5">
- <modelImports xmi:uuid="mmuuid:36d20340-54a6-111b-9708-f3d85bed2dda" name="XMLFileConnectorExtensions" modelLocation="../XMLExtensionsProject/XMLFileConnectorExtensions.xmi" uuid="mmuuid:61d94280-b86d-1ffe-bb3d-c715e2d4aaf4" modelType="EXTENSION" primaryMetamodelUri="http://www.metamatrix.com/metamodels/Extension"/>
- <modelImports xmi:uuid="mmuuid:35dddf40-54a6-111b-9708-f3d85bed2dda" name="XMLSchema" modelLocation="http://www.w3.org/2001/XMLSchema" modelType="TYPE" primaryMetamodelUri="http://www.eclipse.org/xsd/2002/XSD"/>
- <extensionPackage href="../XMLExtensionsProject/XMLFileConnectorExtensions.xmi#mmuuid/61d94286-b86d-1ffe-bb3d-c715e2d4aaf4"/>
- </mmcore:ModelAnnotation>
- <mmcore:AnnotationContainer xmi:uuid="mmuuid:2b9d5c41-54a6-111b-9708-f3d85bed2dda">
- <annotations xmi:uuid="mmuuid:2b9d5c42-54a6-111b-9708-f3d85bed2dda" annotatedObject="mmuuid/2b7ed7c0-54a6-111b-9708-f3d85bed2dda">
- <tags xmi:uuid="mmuuid:2bac9e80-54a6-111b-9708-f3d85bed2dda" key="NamespacePrefixes" value="xmlns:xsd='http://www.w3.org/2001/XMLSchema'"/>
- </annotations>
- <annotations xmi:uuid="mmuuid:2cce8942-54a6-111b-9708-f3d85bed2dda" annotatedObject="mmuuid/2cce8940-54a6-111b-9708-f3d85bed2dda">
- <tags xmi:uuid="mmuuid:2cce8943-54a6-111b-9708-f3d85bed2dda" key="NamespacePrefixes" value="xmlns:xsd='http://www.w3.org/2001/XMLSchema'"/>
- </annotations>
- </mmcore:AnnotationContainer>
- <relational:BaseTable xmi:uuid="mmuuid:2b7ed7c0-54a6-111b-9708-f3d85bed2dda" name="purchaseOrder" nameInSource="/purchaseOrder">
- <columns xmi:uuid="mmuuid:2c547740-54a6-111b-9708-f3d85bed2dda" name="mmid" nameInSource="@com.metamatrix.xml.xpathpart" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="" uniqueKeys="mmuuid/2c918040-54a6-111b-9708-f3d85bed2dda">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2c72fbc0-54a6-111b-9708-f3d85bed2dda" name="orderDate" nameInSource="@orderDate" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2c72fbc1-54a6-111b-9708-f3d85bed2dda" name="shipTo_country" nameInSource="shipTo/@country" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2c72fbc2-54a6-111b-9708-f3d85bed2dda" name="shipTo_name" nameInSource="shipTo/name/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2c72fbc3-54a6-111b-9708-f3d85bed2dda" name="shipTo_street" nameInSource="shipTo/street/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2c823e00-54a6-111b-9708-f3d85bed2dda" name="shipTo_city" nameInSource="shipTo/city/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2c823e01-54a6-111b-9708-f3d85bed2dda" name="shipTo_state" nameInSource="shipTo/state/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2c823e02-54a6-111b-9708-f3d85bed2dda" name="shipTo_zip" nameInSource="shipTo/zip/text()" nativeType="java.lang.String" length="20" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2c823e03-54a6-111b-9708-f3d85bed2dda" name="billTo_country" nameInSource="billTo/@country" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2c823e04-54a6-111b-9708-f3d85bed2dda" name="billTo_name" nameInSource="billTo/name/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2c823e05-54a6-111b-9708-f3d85bed2dda" name="billTo_street" nameInSource="billTo/street/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2c823e06-54a6-111b-9708-f3d85bed2dda" name="billTo_city" nameInSource="billTo/city/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2c823e07-54a6-111b-9708-f3d85bed2dda" name="billTo_state" nameInSource="billTo/state/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2c823e08-54a6-111b-9708-f3d85bed2dda" name="billTo_zip" nameInSource="billTo/zip/text()" nativeType="java.lang.String" length="20" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2c823e09-54a6-111b-9708-f3d85bed2dda" name="comment" nameInSource="comment/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <primaryKey xmi:uuid="mmuuid:2c918040-54a6-111b-9708-f3d85bed2dda" name="pkpurchaseOrder" nameInSource="pk_/purchaseOrder" columns="mmuuid/2c547740-54a6-111b-9708-f3d85bed2dda" foreignKeys="mmuuid/2d57dd80-54a6-111b-9708-f3d85bed2dda"/>
- </relational:BaseTable>
- <relational:BaseTable xmi:uuid="mmuuid:2cce8940-54a6-111b-9708-f3d85bed2dda" name="item" nameInSource="/purchaseOrder/items/item">
- <columns xmi:uuid="mmuuid:2cddcb80-54a6-111b-9708-f3d85bed2dda" name="purchaseOrder_mmid" nameInSource="../../(a)com.metamatrix.xml.xpathpart" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="" foreignKeys="mmuuid/2d57dd80-54a6-111b-9708-f3d85bed2dda">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2cddcb81-54a6-111b-9708-f3d85bed2dda" name="mmid" nameInSource="@com.metamatrix.xml.xpathpart" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="" uniqueKeys="mmuuid/2cddcb88-54a6-111b-9708-f3d85bed2dda">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2cddcb82-54a6-111b-9708-f3d85bed2dda" name="partNum" nameInSource="@partNum" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2cddcb83-54a6-111b-9708-f3d85bed2dda" name="productName" nameInSource="productName/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2cddcb84-54a6-111b-9708-f3d85bed2dda" name="quantity" nameInSource="quantity/text()" nativeType="java.lang.String" length="20" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2cddcb85-54a6-111b-9708-f3d85bed2dda" name="USPrice" nameInSource="USPrice/text()" nativeType="java.lang.String" length="20" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2cddcb86-54a6-111b-9708-f3d85bed2dda" name="comment" nameInSource="comment/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <columns xmi:uuid="mmuuid:2cddcb87-54a6-111b-9708-f3d85bed2dda" name="shipDate" nameInSource="shipDate/text()" nativeType="java.lang.String" length="255" nullable="NULLABLE_UNKNOWN" defaultValue="">
- <type href="http://www.w3.org/2001/XMLSchema#string"/>
- </columns>
- <foreignKeys xmi:uuid="mmuuid:2d57dd80-54a6-111b-9708-f3d85bed2dda" name="fk_item_purchaseOrder" nameInSource="fk_/purchaseOrder/items/item_/purchaseOrder" foreignKeyMultiplicity="UNSPECIFIED" primaryKeyMultiplicity="UNSPECIFIED" columns="mmuuid/2cddcb80-54a6-111b-9708-f3d85bed2dda" uniqueKey="mmuuid/2c918040-54a6-111b-9708-f3d85bed2dda"/>
- <primaryKey xmi:uuid="mmuuid:2cddcb88-54a6-111b-9708-f3d85bed2dda" name="pkitem" nameInSource="pk_/purchaseOrder/items/item" columns="mmuuid/2cddcb81-54a6-111b-9708-f3d85bed2dda"/>
- </relational:BaseTable>
- <jdbc:JdbcSource xmi:uuid="mmuuid:2ff54189-54a2-111b-9708-f3d85bed2dda" driverName="com.metamatrix.modeler.modelgenerator.xml.wizards.jdbc.XmlImporterJdbcDriver" driverClass="com.metamatrix.modeler.modelgenerator.xml.wizards.jdbc.XmlImporterJdbcDriver" username="" url="xsd:file:/NotBackedUp/jdoyle/workspaces/XML.tests/po_orig.xsd">
- <importSettings xmi:uuid="mmuuid:2ff5418a-54a2-111b-9708-f3d85bed2dda" createCatalogsInModel="false" includeApproximateIndexes="false">
- <includedCatalogPaths>/Global</includedCatalogPaths>
- <includedTableTypes>ELEMENT</includedTableTypes>
- <includedTableTypes>RELATIONSHIP</includedTableTypes>
- </importSettings>
- </jdbc:JdbcSource>
- <diagram:DiagramContainer xmi:uuid="mmuuid:4a9bee40-54a6-111b-9708-f3d85bed2dda">
- <diagram xmi:uuid="mmuuid:4a9bee41-54a6-111b-9708-f3d85bed2dda" type="packageDiagramType" target="mmuuid/25983900-54a6-111b-9708-f3d85bed2dda">
- <diagramEntity xmi:uuid="mmuuid:4b624b80-54a6-111b-9708-f3d85bed2dda" modelObject="mmuuid/2b7ed7c0-54a6-111b-9708-f3d85bed2dda" xPosition="343" yPosition="30"/>
- <diagramEntity xmi:uuid="mmuuid:4b901240-54a6-111b-9708-f3d85bed2dda" modelObject="mmuuid/2cce8940-54a6-111b-9708-f3d85bed2dda" xPosition="30" yPosition="78"/>
- </diagram>
- </diagram:DiagramContainer>
-</xmi:XMI>
Deleted: branches/JCA/connectors/connector-xml-file/src/test/resources/documents/File/purchase_orders.vdb
===================================================================
(Binary files differ)
Deleted: branches/JCA/connectors/connector-xml-file/src/test/resources/documents/purchaseOrders.xml
===================================================================
--- branches/JCA/connectors/connector-xml-file/src/test/resources/documents/purchaseOrders.xml 2010-02-15 16:13:34 UTC (rev 1825)
+++ branches/JCA/connectors/connector-xml-file/src/test/resources/documents/purchaseOrders.xml 2010-02-15 20:10:18 UTC (rev 1826)
@@ -1,155170 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<po:purchaseOrders xmlns:po="http://www.example.com/PO1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.example.com/PO1 po.xsd ">
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
-<order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
-<order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
-<order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
-<order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
-<order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
-<order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
-<order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
-<order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
-<order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
-<order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
-<order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
-<order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order> <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
-<order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
-<order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </billTo>
- <po:comment>po:comment</po:comment>
- <items>
- <item partNum="">
- <productName>productName</productName>
- <quantity>1</quantity>
- <USPrice>0.0</USPrice>
- <po:comment>po:comment</po:comment>
- <shipDate>2001-01-01</shipDate>
- </item>
- </items>
- </order>
- <order orderDate="2001-01-01">
- <shipTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
- <state>state</state>
- <zip>0.0</zip>
- </shipTo>
- <billTo country="US">
- <name>name</name>
- <street>street</street>
- <city>city</city>
-