blob: 15d8d3797131c167feebb20cab2388054b839482 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright (c) 2017, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
http://www.eclipse.org/org/documents/edl-v10.php.
SPDX-License-Identifier: BSD-3-Clause
-->
<sample since="1.0.2">
<title>element-substitution</title>
<description><![CDATA[
This sample application illustrates how W3C XML Schema substitution
groups are supported in JAXB RI's extension mode. Please refer to the
<a href="vendor.html">Vendor Extensions</a> page for more detail.
]]></description>
<readme/>
<project>
<xjc schema="folder.xsd" package="org.example"/>
<javadoc/>
<java mainClass="Main"/>
</project>
</sample>