summaryrefslogtreecommitdiffstats
path: root/tags/cpp-stable-20060304/sdo/runtime/core/test/my-core.xsd
blob: 2d1a84f9fb78625d668c7cc8e3c676d7f80a47f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://www.commonj.org/xmlns/sca/v0.0.1/"
    xmlns:sca="http://www.commonj.org/xmlns/sca/v0.0.1/"
    xmlns:sdo="commonj.sdo/XML"
    elementFormDefault="qualified">


 
  <complexType name="Component">
    <sequence>
      <element minOccurs="1" maxOccurs="1" ref="sca:implementation"/>
    </sequence>
   </complexType>
 
  <element name="implementation" type="sca:Implementation"/>
  <complexType name="Implementation"/>

 
 
</schema>