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