projects
/
platform
/
framework
/
web
/
wrt-installer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4786d1
)
Add required attribute name
author
leerang song
<leerang.song@samsung.com>
Fri, 4 Jan 2013 08:03:19 +0000
(17:03 +0900)
committer
leerang song
<leerang.song@samsung.com>
Fri, 4 Jan 2013 08:11:24 +0000
(17:11 +0900)
[Issue#] N/A
[Problem] Remove required attribute name
[Cause] N/A
[Solution] Add required attribute name
[SCMRequest] N/A
Change-Id: Id62d9b14d31f2954aff362f894d4482504c01f18
configuration/config.xsd
patch
|
blob
|
history
diff --git
a/configuration/config.xsd
b/configuration/config.xsd
index
07d19e8
..
7daac44
100755
(executable)
--- a/
configuration/config.xsd
+++ b/
configuration/config.xsd
@@
-160,6
+160,7
@@
<xs:choice minOccurs="0" maxOccurs="unbounded">
\r
<xs:element ref="widgets:param"/>
\r
</xs:choice>
\r
+ <xs:attribute name="name" use="required" type="xs:anyURI"/>
\r
<xs:attributeGroup ref="widgets:extension"/>
\r
</xs:complexType>
\r
</xs:element>
\r