2026-07-19 22:48:13 +08:00
|
|
|
<?xml version='1.0'?>
|
|
|
|
|
<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:r='urn:remote'>
|
|
|
|
|
<xs:import namespace='urn:remote'
|
|
|
|
|
schemaLocation='http://example.invalid/imported.xsd'/>
|
|
|
|
|
<xs:element name='doc' type='r:RemoteType'/>
|
|
|
|
|
</xs:schema>
|