xref: /aosp_15_r20/external/libxml2/test/schemas/import-455953.xsd (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<?xml version='1.0' encoding='UTF-8'?>
2*7c568831SAndroid Build Coastguard Worker<xs:schema targetNamespace="http://www.tempuri.org/ImportedSchema" elementFormDefault="qualified" xmlns:tns="http://www.tempuri.org/ImportedSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3*7c568831SAndroid Build Coastguard Worker
4*7c568831SAndroid Build Coastguard Worker  <xs:complexType name="AnotherType">
5*7c568831SAndroid Build Coastguard Worker    <xs:sequence>
6*7c568831SAndroid Build Coastguard Worker      <xs:element name="B">
7*7c568831SAndroid Build Coastguard Worker        <xs:complexType>
8*7c568831SAndroid Build Coastguard Worker          <xs:sequence>
9*7c568831SAndroid Build Coastguard Worker            <xs:element name="MyB" type="xs:string" />
10*7c568831SAndroid Build Coastguard Worker          </xs:sequence>
11*7c568831SAndroid Build Coastguard Worker          <xs:attribute name="BID" type="xs:int"/>
12*7c568831SAndroid Build Coastguard Worker        </xs:complexType>
13*7c568831SAndroid Build Coastguard Worker      </xs:element>
14*7c568831SAndroid Build Coastguard Worker    </xs:sequence>
15*7c568831SAndroid Build Coastguard Worker  </xs:complexType>
16*7c568831SAndroid Build Coastguard Worker
17*7c568831SAndroid Build Coastguard Worker  <xs:element name="AnotherElement" type="tns:AnotherType">
18*7c568831SAndroid Build Coastguard Worker    <xs:key name="AnotherKey">
19*7c568831SAndroid Build Coastguard Worker     <xs:selector xpath="tns:B"/>
20*7c568831SAndroid Build Coastguard Worker     <xs:field xpath="@BID"/>
21*7c568831SAndroid Build Coastguard Worker    </xs:key>
22*7c568831SAndroid Build Coastguard Worker  </xs:element>
23*7c568831SAndroid Build Coastguard Worker
24*7c568831SAndroid Build Coastguard Worker</xs:schema>
25