summaryrefslogtreecommitdiffstats
path: root/Schemas/FileIncluder.xsd
diff options
context:
space:
mode:
authorSebastien Gonzalve <sebastien.gonzalve@intel.com>2015-04-08 11:46:09 +0200
committerEric Laurent <elaurent@google.com>2015-04-24 13:39:13 -0700
commit316559093d972d8b7d51290103d68395bfec6064 (patch)
tree4230a0059b05111a22459ddf9fd51c737d3a7247 /Schemas/FileIncluder.xsd
parentd2a586ae535834fb140b2e75f3bd2b593d61a7d8 (diff)
downloadexternal_parameter-framework-316559093d972d8b7d51290103d68395bfec6064.zip
external_parameter-framework-316559093d972d8b7d51290103d68395bfec6064.tar.gz
external_parameter-framework-316559093d972d8b7d51290103d68395bfec6064.tar.bz2
Make line endings consistent in schemas files
Some xsd files did not have linux style line endings. Change-Id: Id2ec46bf740679e5736bd7283377c610f7c320f9 Signed-off-by: Sebastien Gonzalve <sebastien.gonzalve@intel.com>
Diffstat (limited to 'Schemas/FileIncluder.xsd')
-rw-r--r--Schemas/FileIncluder.xsd30
1 files changed, 15 insertions, 15 deletions
diff --git a/Schemas/FileIncluder.xsd b/Schemas/FileIncluder.xsd
index 3278aea..62593b2 100644
--- a/Schemas/FileIncluder.xsd
+++ b/Schemas/FileIncluder.xsd
@@ -1,15 +1,15 @@
-<?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>
+<?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>