mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 12:08:47 +02:00
- Autoloader for portal files in the itop-portal-base module - Dependencies moved to root composer.json - Add autoloader for /core and /application content
10 lines
264 B
XML
10 lines
264 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<xsd:schema xmlns="http://example.com/schema"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
targetNamespace="http://example.com/schema"
|
|
elementFormDefault="qualified">
|
|
|
|
<xsd:element name="root" />
|
|
</xsd:schema>
|