11 lines
322 B
XML
11 lines
322 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
|
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"
|
|
schemaLocation="http://www.w3.org/2001/xml.xsd" />
|
|
<xsd:include schemaLocation="inventory.xsd"/>
|
|
|
|
<xsd:element name="lexicon"/>
|
|
|
|
</xsd:schema>
|