summaryrefslogtreecommitdiffstats
path: root/sdo-java/branches/emf-2.5/impl/src/test/resources/mixed2.xml
blob: d95d179478163b3529a7f5e98bc7c174a9921f9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="ASCII"?>
<mixed:mixedStockQuote 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xmlns:mixed="http://www.example.com/mixed" 
  xsi:type="mixed:MixedQuote">
  <symbol>fbnt</symbol>
  <companyName>FlyByNightTechnology</companyName>
  some text
  <quotes><price>2000.0</price></quotes>
  more text
  <price>1000.0</price>
</mixed:mixedStockQuote>