Files
rk35xx-android14/external/parameter-framework/upstream/schemas/FileIncluder.xsd
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

16 lines
775 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by Samuel Gravez (Siemens VDO S.A.S.) -->
<xs:schema xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:complexType name="FileIncluderType">
<xs:annotation>
<xs:documentation>Element type used to import a root element from a file.</xs:documentation>
</xs:annotation>
<xs:attribute name="Path" type="xs:anyURI" use="required">
<xs:annotation>
<xs:documentation>Path to the file to import.
This path may be absolute or relative to the path of the includer file.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:schema>