summaryrefslogtreecommitdiffstats
path: root/sdo-java/branches/emf-2.5/impl/src/test/resources/simpleWithChangeSummaryUndone.xml
blob: a9c675b6c3d108d32aec48a4166164265fe39407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="ASCII"?>
<cs:stockQuote xmlns:cs="http://www.example.com/simpleCS">
  <symbol>fbnt</symbol>
  <companyName>FlyByNightTechnology</companyName>
  <price>1000.0</price>
  <quotes>
    <price>1500.0</price>
  </quotes>
  <quotes>
    <price>2000.0</price>
    <quotes>
      <price>2000.99</price>
    </quotes>
  </quotes>
  <quotes>
    <price>2500.0</price>
  </quotes>
  <changes logging="false" />
</cs:stockQuote>