RetroZilla/extensions/schema-validation/tests/schema_ns.xsd

18 lines
526 B
XML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<?xml version="1.0" ?>
<schema targetNamespace="http://www.mozilla.org/schema/test_imported"
xmlns:test="http://www.mozilla.org/schema/test_imported"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
attributeFormDefault="qualified"
xmlns="http://www.w3.org/2001/XMLSchema">
<simpleType name="include-integer-test-3">
<restriction base='integer'>
<maxExclusive value="10"/>
<minExclusive value="5"/>
</restriction>
</simpleType>
</schema>