blob: 9c91fca78ff58bc1eb85b16fef969bfe0eaa8c6a [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
-->
<myns:root xmlns:myns="www.example.com/some-dir/some.xsd"><myns:nested>myTextNode<myns:child>Child1</myns:child><myns:child>Child2</myns:child><myns:theInteger xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xsd:int">15</myns:theInteger><myns:theString>15</myns:theString><myns:theTime xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xsd:time">09:30:45</myns:theTime><myns:someChild>Child3</myns:someChild><myns:blah xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="myns:childType">Child4</myns:blah><myns:someChild></myns:someChild></myns:nested></myns:root>