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