blob: 7691f6603ce47086cc594904453fa26e56895136 [file] [log] [blame]
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="tnsrecord" xmlns:p="tnsperson">
<xs:import namespace="tnsperson" schemaLocation="incr1.xsd"/>
<xs:complexType name="record">
<xs:sequence>
<xs:element name="person" type="p:person"/>
<xs:element name="info" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:schema>