summaryrefslogtreecommitdiffstats
path: root/sca-cpp/branches/lightweight-sca/xsd/sca-implementation-composite-1.1-cd05.xsd
blob: f2780f9895a840f0afece7788d1ca848977203cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright(C) OASIS(R) 2005,2009. All Rights Reserved. 
     OASIS trademark, IPR and other policies apply.  -->
<schema xmlns="http://www.w3.org/2001/XMLSchema" 
   xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912" 
   targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200912" 
   elementFormDefault="qualified">

   <include schemaLocation="sca-core-1.1-cd05.xsd"/>

   <!-- Composite Implementation -->
   <element name="implementation.composite" type="sca:SCAImplementation" 
            substitutionGroup="sca:implementation"/>
   <complexType name="SCAImplementation">
      <complexContent>
         <extension base="sca:Implementation">
            <sequence>
               <any namespace="##other" processContents="lax" minOccurs="0" 
                    maxOccurs="unbounded"/>
            </sequence>
            <attribute name="name" type="QName" use="required"/>
         </extension>
      </complexContent>
   </complexType>

</schema>