diff options
Diffstat (limited to 'cpp/sca/runtime/xsd/sca-implementation-spring-1.1-cd01.xsd')
-rw-r--r-- | cpp/sca/runtime/xsd/sca-implementation-spring-1.1-cd01.xsd | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cpp/sca/runtime/xsd/sca-implementation-spring-1.1-cd01.xsd b/cpp/sca/runtime/xsd/sca-implementation-spring-1.1-cd01.xsd new file mode 100644 index 0000000000..51327ec84e --- /dev/null +++ b/cpp/sca/runtime/xsd/sca-implementation-spring-1.1-cd01.xsd @@ -0,0 +1,21 @@ +<?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/200903" + elementFormDefault="qualified" + targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200903"> + + <include schemaLocation="sca-core-1.1-cd04.xsd"/> + <element name="implementation.spring" type="sca:SpringImplementation" substitutionGroup="sca:implementation"/> + <complexType name="SpringImplementation"> + <complexContent> + <extension base="sca:Implementation"> + <sequence> + <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> + </sequence> + <attribute name="location" type="anyURI" use="required"/> + </extension> + </complexContent> + </complexType> +</schema> |