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