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