xref: /aosp_15_r20/external/libxml2/test/schemas/bug312957_1.xsd (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<?xml version="1.0" encoding="ISO-8859-1"?>
2*7c568831SAndroid Build Coastguard Worker<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
3*7c568831SAndroid Build Coastguard Worker
4*7c568831SAndroid Build Coastguard Worker  <xs:element name="family" type="family_type">
5*7c568831SAndroid Build Coastguard Worker      <xs:key name="sibling_key">
6*7c568831SAndroid Build Coastguard Worker        <xs:selector xpath="siblings/sibling"/>
7*7c568831SAndroid Build Coastguard Worker        <xs:field xpath="@name"/>
8*7c568831SAndroid Build Coastguard Worker      </xs:key>
9*7c568831SAndroid Build Coastguard Worker      <xs:keyref name="sibling_key_ref" refer="sibling_key">
10*7c568831SAndroid Build Coastguard Worker        <xs:selector xpath="sisters/sister"/>
11*7c568831SAndroid Build Coastguard Worker        <xs:field xpath="@name"/>
12*7c568831SAndroid Build Coastguard Worker    </xs:keyref>
13*7c568831SAndroid Build Coastguard Worker  </xs:element>
14*7c568831SAndroid Build Coastguard Worker    <xs:complexType name="family_type">
15*7c568831SAndroid Build Coastguard Worker      <xs:sequence>
16*7c568831SAndroid Build Coastguard Worker        <xs:element name="siblings" type="siblings_type" />
17*7c568831SAndroid Build Coastguard Worker        <xs:element name="sisters" type="sisters_type"  />
18*7c568831SAndroid Build Coastguard Worker      </xs:sequence>
19*7c568831SAndroid Build Coastguard Worker      <xs:attribute name="name" type="xs:string"/>
20*7c568831SAndroid Build Coastguard Worker    </xs:complexType>
21*7c568831SAndroid Build Coastguard Worker    <xs:complexType name="siblings_type">
22*7c568831SAndroid Build Coastguard Worker      <xs:sequence>
23*7c568831SAndroid Build Coastguard Worker        <xs:element name="sibling" type="sibling_type" minOccurs="0"
24*7c568831SAndroid Build Coastguard WorkermaxOccurs="unbounded" />
25*7c568831SAndroid Build Coastguard Worker      </xs:sequence>
26*7c568831SAndroid Build Coastguard Worker    </xs:complexType>
27*7c568831SAndroid Build Coastguard Worker    <xs:complexType name="sisters_type">
28*7c568831SAndroid Build Coastguard Worker      <xs:sequence>
29*7c568831SAndroid Build Coastguard Worker        <xs:element name="sister" type="sister_type" minOccurs="0"
30*7c568831SAndroid Build Coastguard WorkermaxOccurs="unbounded" />
31*7c568831SAndroid Build Coastguard Worker      </xs:sequence>
32*7c568831SAndroid Build Coastguard Worker    </xs:complexType>
33*7c568831SAndroid Build Coastguard Worker	<xs:complexType name="sibling_type">
34*7c568831SAndroid Build Coastguard Worker		<xs:attribute name="name" type="xs:string"/>
35*7c568831SAndroid Build Coastguard Worker	</xs:complexType>
36*7c568831SAndroid Build Coastguard Worker	<xs:complexType name="sister_type">
37*7c568831SAndroid Build Coastguard Worker		<xs:attribute name="name" type="xs:string"/>
38*7c568831SAndroid Build Coastguard Worker	</xs:complexType>
39*7c568831SAndroid Build Coastguard Worker</xs:schema>
40