blob: 31698e710949cb72329b4f86d2b27585484e0131 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 1997, 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
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.example.com/bar"
targetNamespace="http://www.example.com/bar">
<xs:element name="bar1" type="barType" />
<xs:element name="bar2" type="xs:QName" />
<xs:complexType name="barType">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:schema>