Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 76ffdcc26e979bd96bdabec3f47a6e44a5a764de (plain) (blame)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.com" xmlns:ImportingSchemaNotInDir="http://www.example.com" xmlns:plainschema="http://plainschema">
	<import namespace="http://plainschema" schemaLocation="subfolder/PlainSchema.xsd"></import>
	<element name="NewGlobalElement" type="plainschema:NewSimpleType"></element>

</schema>

Back to the top