summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0.1-RC1/modules/assembly-xsd/src/main/resources/sca-definitions-1.1-cd06.xsd
blob: 47814211380919f8919a66625b0d0c6f981d70b2 (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
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright(C) OASIS(R) 2005,20010. All Rights Reserved. 
     OASIS trademark, IPR and other policies apply.  -->
<schema xmlns="http://www.w3.org/2001/XMLSchema" 
   targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200912" 
   xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912" 
   elementFormDefault="qualified">
   
   <include schemaLocation="sca-core-1.1-cd06.xsd"/>
   <include schemaLocation="sca-policy-1.1-cd04.xsd"/>
   
   <!-- Definitions -->
   <element name="definitions" type="sca:tDefinitions"/>
   <complexType name="tDefinitions">
      <complexContent>
         <extension base="sca:CommonExtensionBase">
            <choice minOccurs="0" maxOccurs="unbounded">
               <element ref="sca:intent"/>
               <element ref="sca:policySet"/>
               <element ref="sca:bindingType"/>
               <element ref="sca:implementationType"/>
               <element ref="sca:externalAttachment"/>
               <any namespace="##other" processContents="lax" 
                  minOccurs="0" maxOccurs="unbounded"/>
            </choice>
            <attribute name="targetNamespace" type="anyURI" use="required"/>
         </extension>
      </complexContent>
   </complexType>

</schema>