blob: 00943cf7ec7194068d2dc1f5afb750e483e25a75 [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:ns0="rootNamespace" xmlns:ns5="uri1">
<baseTypeList xmlns:ns1="someNamespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:subType">
<ns5:subTypeProp>10</ns5:subTypeProp>
</baseTypeList>
<baseTypeList xmlns:ns2="anotherNamespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns2:anotherSubType">
</baseTypeList>
<baseTypeList xmlns:ns3="someNamespaceLevel2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns3:subTypeLevel2">
<ns5:baseProp>boo</ns5:baseProp>
<ns5:subTypeProp>0</ns5:subTypeProp>
</baseTypeList>
<baseTypeList xmlns:ns1="someNamespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:subType">
<ns5:subTypeProp>10</ns5:subTypeProp>
</baseTypeList>
<baseTypeList xmlns:ns4="uri3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns4:anotherPackageSubType">
<ns5:subTypeProp>0</ns5:subTypeProp>
</baseTypeList>
</ns0:root>