blob: 7566159f68027e9d652c6b4a3621f641d8a7a103 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
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
-->
<ns0:employee id="66" salary="123456.78" xmlns:ns0="http://www.example.com/employees" xmlns:prj="http://www.example.com/projects" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<projects>
<prj:project prj:managerId="99">
<name>XML External Metadata Support</name>
</prj:project>
</projects>
<project-id/>
<info>
<personal-info>
<first-name>Joe</first-name>
<last-name>Oracle</last-name>
</personal-info>
</info>
<pieces-of-data>
<data>data one</data>
<data>data two</data>
<data>data three</data>
</pieces-of-data>
<private-data>This is some private data</private-data>
<character-data><![CDATA[<characters>a b c d e f g</characters>]]></character-data>
<some-string />
</ns0:employee>