<?xml version="1.0"?>
<!--* po1e30.xml, omit items element *-->
<!--* po1.xml, from http://www.w3.org/TR/xmlschema-0/#UnqualLocals *-->
<!--* Retrieved 2002-12-20 *-->
<!--* Expanded to be a complete document by MSM *-->

<apo:purchaseOrder xmlns:apo="http://www.example.com/PO1"
                   orderDate="1999-10-20">
    <shipTo country="US">
        <name>Alice Smith</name>
        <street>123 Maple Street</street>
        <!-- etc. -->
        <city>Mill Valley</city>
        <state>CA</state>
        <zip>90952</zip>
        <!-- ... end expansion. -->
    </shipTo>
    <billTo country="US">
        <name>Robert Smith</name>
        <street>8 Oak Avenue</street>
        <!-- etc. -->
        <city>Old Town</city>
        <state>PA</state>
        <zip>95819</zip>
        <!-- ... end expansion. -->
    </billTo>
    <apo:comment>Hurry, my lawn is going wild!</apo:comment>
    <!-- etc. -->
    <!-- ... end expansion. -->
</apo:purchaseOrder>

