xref: /aosp_15_r20/external/libxml2/test/schemas/restrict-CT-attr-ref_0.xsd (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<?xml version="1.0"?>
2*7c568831SAndroid Build Coastguard Worker<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3*7c568831SAndroid Build Coastguard Worker	attributeFormDefault="qualified"
4*7c568831SAndroid Build Coastguard Worker	xmlns:foo="http://FOO"
5*7c568831SAndroid Build Coastguard Worker	targetNamespace="http://FOO">
6*7c568831SAndroid Build Coastguard Worker
7*7c568831SAndroid Build Coastguard Worker	<xsd:attribute name="id" type="xsd:ID"/>
8*7c568831SAndroid Build Coastguard Worker
9*7c568831SAndroid Build Coastguard Worker	<xsd:complexType name="typeIDAttr">
10*7c568831SAndroid Build Coastguard Worker    		<xsd:attribute ref="foo:id"/>
11*7c568831SAndroid Build Coastguard Worker	</xsd:complexType>
12*7c568831SAndroid Build Coastguard Worker
13*7c568831SAndroid Build Coastguard Worker	<xsd:simpleType name="fooID">
14*7c568831SAndroid Build Coastguard Worker    		<xsd:restriction base="xsd:ID">
15*7c568831SAndroid Build Coastguard Worker      			<xsd:pattern value="b\d{10}"/>
16*7c568831SAndroid Build Coastguard Worker    		</xsd:restriction>
17*7c568831SAndroid Build Coastguard Worker  	</xsd:simpleType>
18*7c568831SAndroid Build Coastguard Worker
19*7c568831SAndroid Build Coastguard Worker	<xsd:element name="foo">
20*7c568831SAndroid Build Coastguard Worker    		<xsd:complexType>
21*7c568831SAndroid Build Coastguard Worker      			<xsd:complexContent>
22*7c568831SAndroid Build Coastguard Worker        			<xsd:restriction base="foo:typeIDAttr">
23*7c568831SAndroid Build Coastguard Worker          				<xsd:attribute name="id" type="foo:fooID"/>
24*7c568831SAndroid Build Coastguard Worker        			</xsd:restriction>
25*7c568831SAndroid Build Coastguard Worker      			</xsd:complexContent>
26*7c568831SAndroid Build Coastguard Worker    		</xsd:complexType>
27*7c568831SAndroid Build Coastguard Worker  	</xsd:element>
28*7c568831SAndroid Build Coastguard Worker
29*7c568831SAndroid Build Coastguard Worker
30*7c568831SAndroid Build Coastguard Worker</xsd:schema>