mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01:00
18 lines
440 B
XML
18 lines
440 B
XML
<?xml version="1.0" ?>
|
|
<schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
|
|
attributeFormDefault="qualified"
|
|
xmlns="http://www.w3.org/2001/XMLSchema">
|
|
|
|
<include schemaLocation="schema_no_ns2.xsd" />
|
|
|
|
<simpleType name="include-integer-test-1">
|
|
<restriction base='integer'>
|
|
<maxExclusive value="10"/>
|
|
<minExclusive value="5"/>
|
|
</restriction>
|
|
</simpleType>
|
|
|
|
|
|
</schema>
|
|
|