blob: cfea75a8f6de3bc1ebc16f97bc9e0f8058340500 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.org/b" xmlns:tns="http://www.example.org/b" xmlns:pref="http://www.example.org/c">
<import namespace="http://www.example.org/c" schemaLocation="c.xsd"></import>
<element name="B">
<complexType>
<sequence>
<element ref="pref:C"></element>
</sequence>
</complexType>
</element>
</schema>