diff options
Diffstat (limited to 'branches/sca-java-1.2.1/modules/assembly-xsd/src/main/resources/sca-binding-sca.xsd')
-rw-r--r-- | branches/sca-java-1.2.1/modules/assembly-xsd/src/main/resources/sca-binding-sca.xsd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/branches/sca-java-1.2.1/modules/assembly-xsd/src/main/resources/sca-binding-sca.xsd b/branches/sca-java-1.2.1/modules/assembly-xsd/src/main/resources/sca-binding-sca.xsd new file mode 100644 index 0000000000..c7ea897cbf --- /dev/null +++ b/branches/sca-java-1.2.1/modules/assembly-xsd/src/main/resources/sca-binding-sca.xsd @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- (c) Copyright SCA Collaboration 2006, 2007 --> +<schema xmlns="http://www.w3.org/2001/XMLSchema" + targetNamespace="http://www.osoa.org/xmlns/sca/1.0" + xmlns:sca="http://www.osoa.org/xmlns/sca/1.0" + elementFormDefault="qualified"> + + <include schemaLocation="sca-core.xsd"/> + + <element name="binding.sca" type="sca:SCABinding" + substitutionGroup="sca:binding"/> + <complexType name="SCABinding"> + <complexContent> + <extension base="sca:Binding"> + <sequence> + <any namespace="##other" processContents="lax" minOccurs="0" + maxOccurs="unbounded"/> + </sequence> + <anyAttribute namespace="##any" processContents="lax"/> + </extension> + </complexContent> + </complexType> +</schema>
\ No newline at end of file |