xref: /aosp_15_r20/external/libxml2/test/schemas/union2_1.xsd (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<?xml version="1.0" encoding="ISO-8859-1"?>
2*7c568831SAndroid Build Coastguard Worker<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"  targetNamespace="urn:test:foo">
3*7c568831SAndroid Build Coastguard Worker  <xsd:element name="ELEMENTS">
4*7c568831SAndroid Build Coastguard Worker    <xsd:simpleType>
5*7c568831SAndroid Build Coastguard Worker      <xsd:union>
6*7c568831SAndroid Build Coastguard Worker        <xsd:simpleType>
7*7c568831SAndroid Build Coastguard Worker          <xsd:restriction base="xsd:int">
8*7c568831SAndroid Build Coastguard Worker            <xsd:minInclusive value="10"/>
9*7c568831SAndroid Build Coastguard Worker            <xsd:maxInclusive value="20"/>
10*7c568831SAndroid Build Coastguard Worker          </xsd:restriction>
11*7c568831SAndroid Build Coastguard Worker        </xsd:simpleType>
12*7c568831SAndroid Build Coastguard Worker        <xsd:simpleType>
13*7c568831SAndroid Build Coastguard Worker          <xsd:restriction base="xsd:int">
14*7c568831SAndroid Build Coastguard Worker            <xsd:minInclusive value="30"/>
15*7c568831SAndroid Build Coastguard Worker            <xsd:maxInclusive value="40"/>
16*7c568831SAndroid Build Coastguard Worker          </xsd:restriction>
17*7c568831SAndroid Build Coastguard Worker        </xsd:simpleType>
18*7c568831SAndroid Build Coastguard Worker      </xsd:union>
19*7c568831SAndroid Build Coastguard Worker    </xsd:simpleType>
20*7c568831SAndroid Build Coastguard Worker  </xsd:element>
21*7c568831SAndroid Build Coastguard Worker</xsd:schema>