extra: import at 3.0.1 beta 1
[mozilla-extra.git] / extensions / schema-validation / tests / schema_ns.xsd
blobffd866216ea532b76aeaef0dab9b7d29ad3e1774
1 <?xml version="1.0" ?>
2 <schema targetNamespace="http://www.mozilla.org/schema/test_imported"
3 xmlns:test="http://www.mozilla.org/schema/test_imported"
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="include-integer-test-3">
9 <restriction base='integer'>
10 <maxExclusive value="10"/>
11 <minExclusive value="5"/>
12 </restriction>
13 </simpleType>
16 </schema>