xref: /aosp_15_r20/external/libxml2/test/schemas/issue40_0.xsd (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="aaa_ns" xmlns="http://www.w3.org/1999/XSL/Transform">
2	<xsd:element name="aaa">
3		<xsd:complexType>
4			<xsd:choice>
5				<xsd:any namespace="##other" processContents="skip" />
6				<xsd:any namespace="##local" processContents="skip" />
7			</xsd:choice>
8		</xsd:complexType>
9	</xsd:element>
10</xsd:schema>
11