diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-07-04 14:51:52 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-07-06 20:29:10 +0100 |
commit | 94d4e9eb01522e546e69b5fca32875052776d6f8 (patch) | |
tree | a87daf282855f80d5f8b1b5e3a355f51540a49e2 /unoxml/qa | |
parent | 4ec7d79efc462dbe3220576de8c3ad7c66e27807 (diff) |
re-base on ALv2 code.
Diffstat (limited to 'unoxml/qa')
-rw-r--r-- | unoxml/qa/complex/unoxml/testdocuments/example.rdf | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/unoxml/qa/complex/unoxml/testdocuments/example.rdf b/unoxml/qa/complex/unoxml/testdocuments/example.rdf index 07ef7f07b6fd..d20a75ba2b10 100644 --- a/unoxml/qa/complex/unoxml/testdocuments/example.rdf +++ b/unoxml/qa/complex/unoxml/testdocuments/example.rdf @@ -1,17 +1,34 @@ <?xml version="1.0"?> -<rdf:RDF +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . +--> +<rdf:RDF xmlns:pkg="http://docs.oasis-open.org/opendocument/meta/package/common#" - xmlns:odf="http://docs.oasis-open.org/opendocument/meta/package/odf#" + xmlns:odf="http://docs.oasis-open.org/opendocument/meta/package/odf#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <pkg:Package rdf:about="urn:uuid:224ab023-77b8-4396-a75a-8cecd85b81e3"> <pkg:hasPart> <odf:ContentFile pkg:path="content.xml"> <pkg:hasPart> - <odf:Element rdf:about="uri:example-element-1" + <odf:Element rdf:about="uri:example-element-1" pkg:idref="ID_A"/> </pkg:hasPart> <pkg:hasPart> - <odf:Element rdf:about="uri:example-element-2" + <odf:Element rdf:about="uri:example-element-2" pkg:idref="ID_B"/> </pkg:hasPart> </odf:ContentFile> |