blob: f0886a50e55793e57c6c781b02b86f7e3cc5d6f0 [file]
<?xml version="1.0" encoding="UTF-8"?>
<!-- SPDX-License-Identifier: Apache-2.0 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://example.org/leaked"
targetNamespace="http://example.org/leaked"
elementFormDefault="qualified">
<xs:include schemaLocation="included.xsd"/>
<xs:element name="root">
<xs:complexType>
<xs:sequence>
<xs:element ref="leaked"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>