blob: 4220b7d6fbfd42a8ea4f98ce7098024698bc8593 [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:ns1="someNamespace" xmlns:ns2="anotherNamespace" xmlns:ns3="someNamespaceLevel2" xmlns:ns5="uri1" xmlns:ns6="uri3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<baseTypeThing xsi:type="ns1:subType">
<ns5:subTypeProp>10</ns5:subTypeProp>
</baseTypeThing>
<baseTypeList xsi:type="ns1:subType">
<ns5:subTypeProp>10</ns5:subTypeProp>
</baseTypeList>
<baseTypeList xsi:type="ns2:anotherSubType">
</baseTypeList>
<baseTypeList xsi:type="ns3:subTypeLevel2">
<ns5:baseProp>boo</ns5:baseProp>
<ns5:subTypeProp>0</ns5:subTypeProp>
</baseTypeList>
<baseTypeList xsi:type="ns1:subType">
<ns5:subTypeProp>10</ns5:subTypeProp>
</baseTypeList>
<baseTypeList xsi:type="ns6:anotherPackageSubType">
<ns5:subTypeProp>0</ns5:subTypeProp>
</baseTypeList>
<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 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>
<choice>
<another-package-subtype-choice>
<ns5:subTypeProp>0</ns5:subTypeProp>
</another-package-subtype-choice>
<subtype-level2-choice>
<ns5:baseProp>boo</ns5:baseProp>
<ns5:subTypeProp>0</ns5:subTypeProp>
</subtype-level2-choice>
<string-choice>choice string test</string-choice>
<integer-choice>500</integer-choice>
</choice>
</ns0:root>