diff options
Diffstat (limited to '')
-rw-r--r-- | java/sca/stest/sampleTest/src/main/resources/TestComposite13.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/stest/sampleTest/src/main/resources/TestComposite13.composite b/java/sca/stest/sampleTest/src/main/resources/TestComposite13.composite index f75d90e9db..0ea907239e 100644 --- a/java/sca/stest/sampleTest/src/main/resources/TestComposite13.composite +++ b/java/sca/stest/sampleTest/src/main/resources/TestComposite13.composite @@ -20,7 +20,7 @@ <!-- A simple composite which provides a single service and no references plus a property with a complex type with a type which is an XSD global element --> -<composite xmlns="http://www.osoa.org/xmlns/sca/1.0" +<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" targetNamespace="http://oasis/tests" xmlns:test="http://oasis/tests" name="TestComposite13">
|