Titan Core Initial Contribution
[deliverable/titan.core.git] / regression_test / XML / XMLqualif / po_qual_explicit.xml
1 <?xml version="1.0"?>
2 <!--
3 Copyright (c) 2000-2014 Ericsson Telecom AB
4
5 All rights reserved. This program and the accompanying materials
6 are made available under the terms of the Eclipse Public License v1.0
7 which accompanies this distribution, and is available at
8 http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <apo:purchaseOrder xmlns:apo="http://www.example.com/POQ"
11 orderDate="1999-10-20">
12 <apo:shipTo country="US">
13 <apo:name>Alice Smith</apo:name>
14 <apo:street>123 Maple Street</apo:street>
15 <!-- etc. -->
16 </apo:shipTo>
17 <apo:billTo country="US">
18 <apo:name>Robert Smith</apo:name>
19 <apo:street>8 Oak Avenue</apo:street>
20 <!-- etc. -->
21 </apo:billTo>
22 <apo:comment>Hurry, my lawn is going wild!</apo:comment>
23 <!-- etc. -->
24 </apo:purchaseOrder>
This page took 0.040703 seconds and 5 git commands to generate.