blob: de345417e48506e35728648de83f42736c830d05 [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
-->
<ns1:root xmlns:ns1="rootNamespace" xmlns:ns0="someNamespace" xmlns:ns2="anotherNamespace" xmlns:ns3="someNamespaceLevel2" xmlns:ns5="uri1" xmlns:ns6="uri3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<objectList xsi:type="ns0: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="ns0:subType">
<ns5:subTypeProp>10</ns5:subTypeProp>
</objectList>
<objectList xsi:type="ns6:anotherPackageSubType">
<ns5:subTypeProp>0</ns5:subTypeProp>
</objectList>
<objectList xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="xsd:string">string test</objectList>
<objectList xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="xsd:int">500</objectList>
</ns1:root>