Files
XML_Data_Parsing/libxml2/test/schemas/v012-reader-schema-main.xsd
T

7 lines
263 B
XML

<?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>