Import from 1.9a8 tarball
[mozilla-extra.git] / extensions / schema-validation / tests / schema_imported2.xsd
blobe44a83abc80c1760dccc4c017c1a61e25ca2caf5
1 <?xml version="1.0" ?>
2 <schema targetNamespace="http://www.mozilla.org/schema/test_imported2"
3 xmlns:test="http://www.mozilla.org/schema/test_imported2"
4 xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
5 attributeFormDefault="qualified"
6 xmlns="http://www.w3.org/2001/XMLSchema">
8 <simpleType name="import-integer-test-2">
9 <restriction base='integer'>
10 <maxExclusive value="-1"/>
11 <minExclusive value="-5"/>
12 </restriction>
13 </simpleType>
16 </schema>