-- XSD schema extracted from ITU-T X.694 (11/2008)

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:abc="http://example.com/abc" 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="sub1.xsd"/> <xsd:include schemaLocation="sub2.xsd"/> <xsd:element name="abc-elem" type="xyz:Xyz-type"/> </xsd:schema>