diff options
Diffstat (limited to 'model/basic-model/src/main/resources')
-rw-r--r-- | model/basic-model/src/main/resources/xml/example.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model/basic-model/src/main/resources/xml/example.xsd b/model/basic-model/src/main/resources/xml/example.xsd index 9f253f29c..75ecdc323 100644 --- a/model/basic-model/src/main/resources/xml/example.xsd +++ b/model/basic-model/src/main/resources/xml/example.xsd @@ -18,7 +18,7 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> -<xs:schema elementFormDefault="qualified" version="1.0" targetNamespace="http://www.ericsson.com/apex" xmlns="http://www.ericsson.com/apex" xmlns:tns="http://www.ericsson.com/apex" xmlns:xs="http://www.w3.org/2001/XMLSchema"> +<xs:schema elementFormDefault="qualified" version="1.0" targetNamespace="http://www.onap.org/policy/apex-pdp" xmlns="http://www.onap.org/policy/apex-pdp" xmlns:tns="http://www.onap.org/policy/apex-pdp" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="apexArtifactKey" type="AxArtifactKey"/> |