blob: e266b7fe2aa3b27110e27eb43ee6d1a8a00f768d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
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:root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns0="rootNamespace" xmlns:ns1="someNamespace" xmlns:ns2="anotherNamespace" xmlns:ns3="someNamespaceLevel2" xmlns:ns5="uri1" xmlns:ns6="uri3">
<objectList xsi:type="ns1:subType">
<ns5:subTypeProp>10</ns5:subTypeProp>
</objectList>
<objectList xsi:type="ns2:anotherSubType">
</objectList>
<objectList xsi:type="ns3:subTypeLevel2">
<ns5:baseProp>boo</ns5:baseProp>
<ns5:subTypeProp>0</ns5:subTypeProp>
</objectList>
<objectList xsi:type="ns1:subType">
<ns5:subTypeProp>10</ns5:subTypeProp>
</objectList>
<objectList xsi:type="ns6:anotherPackageSubType">
<ns5:subTypeProp>0</ns5:subTypeProp>
</objectList>
<objectList xsi:type="xsd:string">string test</objectList>
<objectList xsi:type="xsd:int">500</objectList>
</ns0:root>