blob: 6b0e1ce4e7ddc4760b25f865d72102caabc06818 [file] [log] [blame]
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0,
or the Eclipse Distribution License v. 1.0 which is available at
http://www.eclipse.org/org/documents/edl-v10.php.
SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
-->
<test:root xmlns:test="http://www.test.org" xmlns:childPrefix="namespace2" xmlns:otherPrefix="namespace3">
<test:name>theName</test:name>
<childPrefix:child childPrefix:href="this is the href">
<childPrefix:id>theId</childPrefix:id>
<otherPrefix:otherThing>
<otherPrefix:thing>the other thing</otherPrefix:thing>
</otherPrefix:otherThing>
</childPrefix:child>
</test:root>