diff options
Diffstat (limited to '')
-rw-r--r-- | java/sca/stest/sampleTest/src/main/resources/TestComposite23.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/stest/sampleTest/src/main/resources/TestComposite23.composite b/java/sca/stest/sampleTest/src/main/resources/TestComposite23.composite index 958c55a165..6e02d88199 100644 --- a/java/sca/stest/sampleTest/src/main/resources/TestComposite23.composite +++ b/java/sca/stest/sampleTest/src/main/resources/TestComposite23.composite @@ -20,7 +20,7 @@ <!-- An example of a composite which has a single service and a single reference with multiplicity 1..1 which promotes a component reference of multiplcity 0..1 --> -<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:sample="http://oasis/tests" name="TestComposite23">
|