-- XSD schema extracted from ITU-T X.694 (2004) Amend. 1 (05/2007)

<!-- file "http://example.com/abc/main.xsd" --> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xyz="http://example.com/xyz" targetNamespace="http://example.com/abc"> <xsd:import namespace="http://example.com/xyz " schemaLocation="http://example.com/xyz/schema.xsd"/> <xsd:include schemaLocation="http://example.com/abc/sub1.xsd"/> <xsd:include schemaLocation="http://example.com/abc/sub2.xsd"/> <xsd:element name="abc-elem" type="xyz:Xyz-type"/> </xsd:schema>