xref: /aosp_15_r20/external/parameter-framework/upstream/schemas/FileIncluder.xsd (revision c33452fb792a5495ec310a9626f2638b053af5dd)
1*c33452fbSAndroid Build Coastguard Worker<?xml version="1.0" encoding="UTF-8"?>
2*c33452fbSAndroid Build Coastguard Worker<!-- edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by Samuel Gravez (Siemens VDO S.A.S.) -->
3*c33452fbSAndroid Build Coastguard Worker<xs:schema  xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
4*c33452fbSAndroid Build Coastguard Worker	<xs:complexType name="FileIncluderType">
5*c33452fbSAndroid Build Coastguard Worker		<xs:annotation>
6*c33452fbSAndroid Build Coastguard Worker			<xs:documentation>Element type used to import a root element from a file.</xs:documentation>
7*c33452fbSAndroid Build Coastguard Worker		</xs:annotation>
8*c33452fbSAndroid Build Coastguard Worker		<xs:attribute name="Path" type="xs:anyURI" use="required">
9*c33452fbSAndroid Build Coastguard Worker			<xs:annotation>
10*c33452fbSAndroid Build Coastguard Worker				<xs:documentation>Path to the file to import.
11*c33452fbSAndroid Build Coastguard WorkerThis path may be absolute or relative to the path of the includer file.</xs:documentation>
12*c33452fbSAndroid Build Coastguard Worker			</xs:annotation>
13*c33452fbSAndroid Build Coastguard Worker		</xs:attribute>
14*c33452fbSAndroid Build Coastguard Worker	</xs:complexType>
15*c33452fbSAndroid Build Coastguard Worker</xs:schema>
16