<order-form xmlns="http://www.tri-fold.com/schemas/order-form"
            id="20080212-AA"
            timestamp="2008-02-12T13:20:54-06:00">

   <!-- The customer. -->
   <customer ref="alleywood">
      <name>Alleywood Lumber Company</name>
      <street>128 Wood Avenue</street>
      <city zip="60601" state="IL">Chicago</city>
      <contact phone="+1 555 55 55"
               email="jdoe@alleywood.com"
               name="John Doe"/>
   </customer>

   <!-- The delivery info. -->
   <delivery date="2008-02-24+P1D">
      <street>42 Forest Street</street>
      <city zip="60601" state="IL">Chicago</city>
   </delivery>

   <!-- The actual order. -->
   <goods quantity="5" ref="sp-457">
      <amount total="5412.45" unit="1082.49"/>
      <note>Special Paper</note>
   </goods>

</order-form>
